Skip to content

Commit 6ba3cba

Browse files
chore: use public ecr repository (#9)
1 parent 1d29d91 commit 6ba3cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vtex/drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ steps:
99
- make test
1010

1111
- name: publish-ecr
12-
image: plugins/ecr
12+
image: plugins/kaniko-ecr
1313
when:
1414
event: tag
1515
settings:
1616
repo: cleaner-controller
17-
registry: 558830342743.dkr.ecr.us-east-1.amazonaws.com
17+
registry: public.ecr.aws/f8y0w2c4
1818
region: us-east-1
1919
dockerfile: Dockerfile
20-
create_repository: true
20+
create_repository: false
2121
access_key:
2222
from_secret: 558830342743_AWS_ACCESS_KEY_ID
2323
secret_key:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
4747
endif
4848

4949
# Image URL to use all building/pushing image targets
50-
IMG ?= 558830342743.dkr.ecr.us-east-1.amazonaws.com/cleaner-controller:$(VERSION)
50+
IMG ?= public.ecr.aws/f8y0w2c4/cleaner-controller:$(VERSION)
5151
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5252
ENVTEST_K8S_VERSION = 1.25.0
5353

0 commit comments

Comments
 (0)