Skip to content

Commit 0542323

Browse files
committed
another fix
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 51ec495 commit 0542323

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ jobs:
7575
run: just test
7676

7777
- name: Push image under computed tags
78-
uses: docker/build-push-action@v2
78+
uses: docker/build-push-action@v3
7979
if: ${{ steps.stablecheck.outputs.BUILD }} && github.event_name != 'pull_request'
8080
with:
8181
context: .
82-
build-args: |
83-
CHANNEL=stable
84-
push: ${{ github.event_name != 'pull_request' }}
82+
push: ${{ github.event_name != 'pull_request' }} && ${{ steps.stablecheck.outputs.BUILD }}
8583
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}

0 commit comments

Comments
 (0)