Skip to content

Commit 47a87d8

Browse files
Don't overwrite the latest tag which is in use
1 parent 4804251 commit 47a87d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ docker buildx build --push \
44
--platform linux/arm64,linux/amd64 \
55
--tag public.ecr.aws/m9h2b5e7/security-playground:110623 \
66
.
7-
docker buildx build --push \
8-
--platform linux/arm64,linux/amd64 \
9-
--tag public.ecr.aws/m9h2b5e7/security-playground:latest \
10-
.
7+
#docker buildx build --push \
8+
# --platform linux/arm64,linux/amd64 \
9+
# --tag public.ecr.aws/m9h2b5e7/security-playground:latest \
10+
# .
1111
docker buildx rm mybuilder

0 commit comments

Comments
 (0)