We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0542323 commit e7b4128Copy full SHA for e7b4128
.github/workflows/stable.yml
@@ -76,8 +76,8 @@ jobs:
76
77
- name: Push image under computed tags
78
uses: docker/build-push-action@v3
79
- if: ${{ steps.stablecheck.outputs.BUILD }} && github.event_name != 'pull_request'
+ if: ${{ steps.stablecheck.outputs.BUILD }}
80
with:
81
context: .
82
- push: ${{ github.event_name != 'pull_request' }} && ${{ steps.stablecheck.outputs.BUILD }}
+ push: ${{ steps.stablecheck.outputs.BUILD }} == 'YES' && github.event_name != 'pull_request'
83
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}
0 commit comments