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 51ec495 commit 0542323Copy full SHA for 0542323
.github/workflows/stable.yml
@@ -75,11 +75,9 @@ jobs:
75
run: just test
76
77
- name: Push image under computed tags
78
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
79
if: ${{ steps.stablecheck.outputs.BUILD }} && github.event_name != 'pull_request'
80
with:
81
context: .
82
- build-args: |
83
- CHANNEL=stable
84
- push: ${{ github.event_name != 'pull_request' }}
+ push: ${{ github.event_name != 'pull_request' }} && ${{ steps.stablecheck.outputs.BUILD }}
85
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}
0 commit comments