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

Commit

Permalink
Releasing on test-operator
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hein <me@christopherhein.com>
  • Loading branch information
christopherhein committed Sep 5, 2018
1 parent 8610c47 commit b5ecb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -42,7 +42,7 @@ release:

# Creates a Docker container with the operator packaged into it for distribution
dockers:
- image: 915347744415.dkr.ecr.us-west-2.amazonaws.com/aws-operator
- image: christopherhein/test-operator
binary: aws-operator
dockerfile: Dockerfile
tag_templates:
Expand Down
2 changes: 1 addition & 1 deletion configs/aws-operator.yaml
Expand Up @@ -87,7 +87,7 @@ items:
serviceAccountName: aws-operator
containers:
- name: aws-operator
image: <account-id>.dkr.ecr.us-west-2.amazonaws.com/aws-operator:v0.0.1.alpha1
image: christopherhein/aws-operator:v0.0.1.alpha1
imagePullPolicy: Always
env:
- name: AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit b5ecb22

Please sign in to comment.