Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .vtex/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ steps:
- make test

- name: publish-ecr
image: plugins/ecr
image: plugins/kaniko-ecr
when:
event: tag
settings:
repo: cleaner-controller
registry: 558830342743.dkr.ecr.us-east-1.amazonaws.com
registry: public.ecr.aws/f8y0w2c4
region: us-east-1
dockerfile: Dockerfile
create_repository: true
create_repository: false
access_key:
from_secret: 558830342743_AWS_ACCESS_KEY_ID
secret_key:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
endif

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

Expand Down