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

Commit 0d8a1d1

Browse files
committed
Minor fixup for workflow
Signed-off-by: Chuck Ha <[email protected]>
1 parent b00bccf commit 0d8a1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
workflow "New workflow" {
1+
workflow "Docker image for master" {
22
on = "push"
33
resolves = ["push"]
44
}
@@ -23,7 +23,7 @@ action "build" {
2323
action "tag" {
2424
needs = ["build"]
2525
uses = "actions/docker/tag@master"
26-
args = "base docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager"
26+
args = "base docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager --no-sha --no-latest"
2727
}
2828

2929
action "push" {

0 commit comments

Comments
 (0)