Skip to content

Commit

Permalink
ci: enable docker publish only when new tag is released
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Oct 16, 2024
1 parent b288206 commit bc357f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
# if: needs.semantic-release.outputs.new_release_version != ''
if: needs.semantic-release.outputs.new_release_version != ''
permissions:
contents: read
attestations: write
Expand Down

0 comments on commit bc357f9

Please sign in to comment.