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 4804251 commit 47a87d8Copy full SHA for 47a87d8
build.sh
@@ -4,8 +4,8 @@ docker buildx build --push \
4
--platform linux/arm64,linux/amd64 \
5
--tag public.ecr.aws/m9h2b5e7/security-playground:110623 \
6
.
7
-docker buildx build --push \
8
- --platform linux/arm64,linux/amd64 \
9
- --tag public.ecr.aws/m9h2b5e7/security-playground:latest \
10
- .
+#docker buildx build --push \
+# --platform linux/arm64,linux/amd64 \
+# --tag public.ecr.aws/m9h2b5e7/security-playground:latest \
+# .
11
docker buildx rm mybuilder
0 commit comments