Skip to content

Commit

Permalink
fix: db creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wivik committed Mar 15, 2023
1 parent 5dabf00 commit 0d7ee70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
publish:
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.changelog.outputs.tag }}"
tags: "${{ env.REGISTRY }}/wivik/pyp-boy:${{ steps.changelog.outputs.tag }}"
file: Containerfile
context: .

Expand Down

0 comments on commit 0d7ee70

Please sign in to comment.