Skip to content

Commit

Permalink
fix(release): Actually tag versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Apr 7, 2022
1 parent 07ab713 commit b5d426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
name: Container Release
runs-on: ubuntu-latest
needs: [deploy, github-release]
if: github.event_name != 'pull_request'
if: github.event_name == 'create'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit b5d426f

Please sign in to comment.