Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit b5ecb22

Browse files
Releasing on test-operator
Signed-off-by: Christopher Hein <[email protected]>
1 parent 8610c47 commit b5ecb22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ release:
4242

4343
# Creates a Docker container with the operator packaged into it for distribution
4444
dockers:
45-
- image: 915347744415.dkr.ecr.us-west-2.amazonaws.com/aws-operator
45+
- image: christopherhein/test-operator
4646
binary: aws-operator
4747
dockerfile: Dockerfile
4848
tag_templates:

configs/aws-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ items:
8787
serviceAccountName: aws-operator
8888
containers:
8989
- name: aws-operator
90-
image: <account-id>.dkr.ecr.us-west-2.amazonaws.com/aws-operator:v0.0.1.alpha1
90+
image: christopherhein/aws-operator:v0.0.1.alpha1
9191
imagePullPolicy: Always
9292
env:
9393
- name: AWS_ACCESS_KEY_ID

0 commit comments

Comments
 (0)