Skip to content

Commit e7b4128

Browse files
committed
so much faff..
Signed-off-by: clux <sszynrae@gmail.com>
1 parent 0542323 commit e7b4128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676

7777
- name: Push image under computed tags
7878
uses: docker/build-push-action@v3
79-
if: ${{ steps.stablecheck.outputs.BUILD }} && github.event_name != 'pull_request'
79+
if: ${{ steps.stablecheck.outputs.BUILD }}
8080
with:
8181
context: .
82-
push: ${{ github.event_name != 'pull_request' }} && ${{ steps.stablecheck.outputs.BUILD }}
82+
push: ${{ steps.stablecheck.outputs.BUILD }} == 'YES' && github.event_name != 'pull_request'
8383
tags: ${{ env.TAG1 }},${{ env.TAG2 }},${{ env.TAG3 }}

0 commit comments

Comments
 (0)