File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
4747endif
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.
5252ENVTEST_K8S_VERSION = 1.25.0
5353
You can’t perform that action at this time.
0 commit comments