Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#111 from chuckha/workflow
Browse files Browse the repository at this point in the history
fix up the workflow
  • Loading branch information
k8s-ci-robot authored Jul 25, 2019
2 parents 4b277af + a52a174 commit 8188f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ action "tag images" {

action "push images" {
uses = "actions/docker/cli@master"
runs = "sh -c"
env = {
IMAGE_NAME = "gcr.io/kubernetes1-226021/capd-manager"
}
args = "source $HOME/.profile && docker push $IMAGE_NAME:latest && docker push $IMAGE_NAME:$IMAGE_REF && docker push $IMAGE_NAME:$IMAGE_SHA && docker push $IMAGE_NAME:$IMAGE_VERSION"
args = ["source $HOME/.profile && docker push $IMAGE_NAME:latest && docker push $IMAGE_NAME:$IMAGE_REF && docker push $IMAGE_NAME:$IMAGE_SHA && docker push $IMAGE_NAME:$IMAGE_VERSION"]
needs = ["tag images", "Set Credential Helper for Docker"]
}

0 comments on commit 8188f0c

Please sign in to comment.