Skip to content

Commit 18aaa59

Browse files
committed
fix docker buildx cmd
1 parent 82638cc commit 18aaa59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/gcb-docker-gcloud/buildx-entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
set -euo pipefail
1717

1818
/register --reset -p yes
19-
/root/.docker/cli-plugins/docker-buildx create --use
20-
/root/.docker/cli-plugins/docker-buildx "$@"
19+
docker buildx create --use
20+
docker buildx "$@"

0 commit comments

Comments
 (0)