Skip to content

Commit

Permalink
docker publish updates (#1471)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Apr 17, 2020
1 parent 3a22e56 commit 1009a83
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,19 @@ builds:
- amd64
- arm
dockers:
# always push a docker image on release for the .Tag version
- dockerfile: Dockerfile.goreleaser
binaries:
- manager
image_templates:
- "kudobuilder/controller:latest"
- "kudobuilder/controller:{{ .Tag }}"
# only update the docker :latest for a full release (not RC)
- dockerfile: Dockerfile.goreleaser
binaries:
- manager
image_templates:
- "kudobuilder/controller:latest"
skip_push: auto
archives:
- id: kubectl-kudo-tarball
builds:
Expand Down

0 comments on commit 1009a83

Please sign in to comment.