Skip to content

Commit 050690d

Browse files
committed
try repeat build-args, but don't want to build twice...
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 2f79e44 commit 050690d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ jobs:
7979
if: ${{ steps.stablecheck.outputs.BUILD }}
8080
with:
8181
context: .
82+
build-args: |
83+
CHANNEL=stable
8284
push: ${{ steps.stablecheck.outputs.BUILD == 'YES' && github.event_name != 'pull_request' }}
8385
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}

0 commit comments

Comments
 (0)