Skip to content

Commit 6754af9

Browse files
Error: buildx failed with: ERROR: failed to build: failed to solve: failed to push 476146385463.dkr.ecr.us-east-1.amazonaws.com/test-templates:latest-custom: unknown: The image tag 'latest-custom' already exists in the 'test-templates' repository and cannot be overwritten because the tag is immutable.
1 parent 415f35d commit 6754af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
secrets: inherit
1414
with:
1515
env: test
16-
immutable: true
16+
immutable: false
1717
image_name: test-templates
1818
image_build_tag: latest
1919
image_test_tag: test

0 commit comments

Comments
 (0)