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 #79 from chuckha/fix-gha
Browse files Browse the repository at this point in the history
Fix the name of the image in the github action
  • Loading branch information
k8s-ci-robot authored Jul 9, 2019
2 parents 4db6777 + fe458da commit c9bc76f
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
Expand Up @@ -11,7 +11,7 @@ action "Docker Registry" {
action "build" {
uses = "actions/docker/cli@master"
needs = ["Docker Registry"]
args = "build -t docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker:latest ."
args = "build -t docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager:latest ."
}

action "master" {
Expand All @@ -23,5 +23,5 @@ action "master" {
action "push" {
uses = "actions/docker/cli@master"
needs = ["master"]
args = "push docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker:latest"
args = "push docker.pkg.github.com/kubernetes-sigs/cluster-api-provider-docker/manager:latest"
}

0 comments on commit c9bc76f

Please sign in to comment.