ci: fix conditional push for alpine images

This commit is contained in:
scito 2025-03-15 09:17:27 +01:00 committed by Roland Kurmann
parent 41ed2b62d4
commit ccb52cc8b5

View file

@ -217,7 +217,7 @@ jobs:
ghcr.io/scito/extract_otp_secrets:only-txt-${{ matrix.PLATFORM_ARCH }}
ghcr.io/scito/extract_otp_secrets:alpine-${{ matrix.PLATFORM_ARCH }}
# build on feature branches, push only on master branch
push: true # ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
push: ${{ github.ref == 'refs/heads/master' && github.secret_source == 'Actions'}}
build-args: |
RUN_TESTS=true