Skip to content

Commit

Permalink
ci: do not push if non-incrementing change has been made
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Apr 29, 2024
1 parent 6ebb183 commit 7d8270c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
needs: [test, release]
uses: ./.github/workflows/docker-build.yml
secrets: inherit
if: ${{ needs.release.outputs.new_tag_version }}
with:
version: ${{ needs.release.outputs.new_tag_version }}
push: true

0 comments on commit 7d8270c

Please sign in to comment.