Skip to content

Commit

Permalink
fix(ci): push container only if new release would be published
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Jun 16, 2022
1 parent c50b17f commit 9ff6730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
platforms: ${{ env.PLATFORMS }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.ref_protected }}
push: ${{ steps.semantic.outputs.new-release-published }}
build-args: |
VERSION=v${{ steps.semantic.outputs.release-version }}
Expand Down

0 comments on commit 9ff6730

Please sign in to comment.