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 #106 from chuckha/quotes
Browse files Browse the repository at this point in the history
quote the environment
  • Loading branch information
k8s-ci-robot authored Jul 24, 2019
2 parents 38dc27f + 16efd3b commit 4a0c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ action "push images" {
uses = "actions/docker/cli@master"
runs = "sh -c"
env = {
IMAGE_NAME = gcr.io/kubernetes1-226021/capd-manager
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"
needs = ["tag images", "Set Credential Helper for Docker"]
Expand Down

0 comments on commit 4a0c37e

Please sign in to comment.