Skip to content

Commit 86c8c5b

Browse files
committed
Use docker buildx for plus builds
1 parent 449612b commit 86c8c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if [ "${nginx_type}" = "plus" ]; then
237237
if docker buildx > /dev/null 2>&1; then
238238
p "Building using BuildKit"
239239
export DOCKER_BUILDKIT=1
240-
docker build -f Dockerfile.buildkit.${nginx_type} \
240+
docker buildx build -f Dockerfile.buildkit.${nginx_type} \
241241
--secret id=nginx-crt,src=plus/etc/ssl/nginx/nginx-repo.crt \
242242
--secret id=nginx-key,src=plus/etc/ssl/nginx/nginx-repo.key \
243243
--no-cache --squash \

0 commit comments

Comments
 (0)