Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#81 from chuckha/gha-cleanup
Browse files Browse the repository at this point in the history
Minor fixup for workflow
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents b00bccf + 0d8a1d1 commit 27e1ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workflow "New workflow" {
workflow "Docker image for master" {
on = "push"
resolves = ["push"]
}
Expand All @@ -23,7 +23,7 @@ action "build" {
action "tag" {
needs = ["build"]
uses = "actions/docker/tag@master"
args = "base docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager"
args = "base docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager --no-sha --no-latest"
}

action "push" {
Expand Down

0 comments on commit 27e1ffa

Please sign in to comment.