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 2f79e44 commit 050690dCopy full SHA for 050690d
.github/workflows/stable.yml
@@ -79,5 +79,7 @@ jobs:
79
if: ${{ steps.stablecheck.outputs.BUILD }}
80
with:
81
context: .
82
+ build-args: |
83
+ CHANNEL=stable
84
push: ${{ steps.stablecheck.outputs.BUILD == 'YES' && github.event_name != 'pull_request' }}
85
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}
0 commit comments