Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #103 from chuckha/test
Browse files Browse the repository at this point in the history
Attempt to push the images after running goreleaser
  • Loading branch information
k8s-ci-robot authored Jul 24, 2019
2 parents 7bebd31 + 57a7423 commit 8b4bdac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ action "goreleaser" {
args = "release"
needs = ["is-tag", "Setup Google Cloud", "Set Credential Helper for Docker"]
}

action "push images" {
uses = "actions/docker/cli@master"
args = "images --filter reference=gcr.io/kubernetes1-226021/capd-manager --format '{{.Repository}}:{{.Tag}}' | xargs -n1 docker push"
needs = ["goreleaser"]
}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ snapshot:
dockers:
- goos: linux
goarch: amd64
skip_push: true
binaries:
- capd-manager
image_templates:
Expand Down

0 comments on commit 8b4bdac

Please sign in to comment.