We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ed2b6 commit ccb52ccCopy full SHA for ccb52cc
.github/workflows/ci_docker.yml
@@ -217,7 +217,7 @@ jobs:
217
ghcr.io/scito/extract_otp_secrets:only-txt-${{ matrix.PLATFORM_ARCH }}
218
ghcr.io/scito/extract_otp_secrets:alpine-${{ matrix.PLATFORM_ARCH }}
219
# build on feature branches, push only on master branch
220
- push: true # ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
+ push: ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
221
build-args: |
222
RUN_TESTS=true
223
0 commit comments