File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 68
68
command : |
69
69
docker build --pull \
70
70
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
71
- ${{ matrix.ghc_minor }}/${{ matrix.deb }}
71
+ ${{ matrix.ghc_minor }}/${{ matrix.deb }} \
72
+ --build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=SecretsUsedInArgOrEnv;error=true"
72
73
- uses : actions/checkout@v4
73
74
with :
74
75
repository : docker-library/official-images
@@ -135,7 +136,8 @@ jobs:
135
136
docker build --pull --progress=plain \
136
137
--platform "linux/${{ matrix.docker_platform }}" \
137
138
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
138
- ${{ matrix.ghc_minor }}/${{ matrix.deb }}
139
+ ${{ matrix.ghc_minor }}/${{ matrix.deb }} \
140
+ --build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=SecretsUsedInArgOrEnv;error=true"
139
141
echo 'testing..'
140
142
docker run \
141
143
--platform "linux/${{ matrix.docker_platform }}" \
You can’t perform that action at this time.
0 commit comments