Skip to content

Commit

Permalink
Forces pulling down base image before building new image via goreleas…
Browse files Browse the repository at this point in the history
…er (#1264)
  • Loading branch information
runyontr committed Jan 13, 2020
1 parent d2310b1 commit ab3ac68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ before:
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
# Pulls down the latest version of the controller's parent image
- docker pull ubuntu:18.04
builds:
- id: "manager"
binary: manager
Expand Down Expand Up @@ -41,7 +43,6 @@ dockers:
- "kudobuilder/controller:latest"
- "kudobuilder/controller:{{ .Tag }}"
skip_push: auto

archives:
- id: kubectl-kudo-tarball
builds:
Expand Down

0 comments on commit ab3ac68

Please sign in to comment.