Skip to content

Commit

Permalink
fix image path (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs authored and mikkeloscar committed Nov 6, 2019
1 parent 0e31f13 commit a204393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Expand Up @@ -49,7 +49,7 @@ pipeline:
echo "Creating release for tag: ${VERSION}"
git gh-tag $VERSION
echo "create and push docker container"
IMAGE=registry-write.opensource.zalan.do/kube-ingress-aws-controller
IMAGE=registry-write.opensource.zalan.do/teapot/kube-ingress-aws-controller
IMAGE=$IMAGE VERSION=$VERSION make build.docker
git diff --stat --exit-code
IMAGE=$IMAGE VERSION=$VERSION make build.push
Expand Down

0 comments on commit a204393

Please sign in to comment.