We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc968e commit 572fd37Copy full SHA for 572fd37
.github/workflows/debian.yml
@@ -68,7 +68,8 @@ jobs:
68
command: |
69
docker build --pull \
70
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
71
- ${{ matrix.ghc_minor }}/${{ matrix.deb }}
+ ${{ matrix.ghc_minor }}/${{ matrix.deb }} \
72
+ --build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=SecretsUsedInArgOrEnv;error=true" .
73
- uses: actions/checkout@v4
74
with:
75
repository: docker-library/official-images
0 commit comments