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

Commit 16efd3b

Browse files
committed
quote the environment
Signed-off-by: Chuck Ha <[email protected]>
1 parent 38dc27f commit 16efd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ action "push images" {
3636
uses = "actions/docker/cli@master"
3737
runs = "sh -c"
3838
env = {
39-
IMAGE_NAME = gcr.io/kubernetes1-226021/capd-manager
39+
IMAGE_NAME = "gcr.io/kubernetes1-226021/capd-manager"
4040
}
4141
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"
4242
needs = ["tag images", "Set Credential Helper for Docker"]

0 commit comments

Comments
 (0)