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

Commit

Permalink
Minor fixup for workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jul 10, 2019
1 parent b00bccf commit 0d8a1d1
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 0d8a1d1

Please sign in to comment.