Skip to content

Commit ccb52cc

Browse files
committed
ci: fix conditional push for alpine images
1 parent 41ed2b6 commit ccb52cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
ghcr.io/scito/extract_otp_secrets:only-txt-${{ matrix.PLATFORM_ARCH }}
218218
ghcr.io/scito/extract_otp_secrets:alpine-${{ matrix.PLATFORM_ARCH }}
219219
# build on feature branches, push only on master branch
220-
push: true # ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
220+
push: ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
221221
build-args: |
222222
RUN_TESTS=true
223223

0 commit comments

Comments
 (0)