We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c8c5b commit 9312897Copy full SHA for 9312897
test.sh
@@ -240,7 +240,7 @@ if [ "${nginx_type}" = "plus" ]; then
240
docker buildx build -f Dockerfile.buildkit.${nginx_type} \
241
--secret id=nginx-crt,src=plus/etc/ssl/nginx/nginx-repo.crt \
242
--secret id=nginx-key,src=plus/etc/ssl/nginx/nginx-repo.key \
243
- --no-cache --squash \
+ --no-cache \
244
--tag nginx-s3-gateway --tag nginx-s3-gateway:${nginx_type} .
245
else
246
docker build -f Dockerfile.${nginx_type} \
0 commit comments