From 75940da1abbbb0426109a69d6dd5e58fc2e7b8c8 Mon Sep 17 00:00:00 2001 From: shane Date: Tue, 23 Jul 2024 15:15:41 -0700 Subject: [PATCH] remove quotes and curly brackets, maybe this works now --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 61b781f..52ff7b3 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -54,7 +54,7 @@ jobs: with: # Make sure username & password/token pair matches your registry credentials DOCKER_REGISTRY: us-central1-docker.pkg.dev - IMAGE_NAME: "${IMAGE}" + IMAGE_NAME: $IMAGE # Disable pushing a 'latest' tag, as this often just causes confusion LATEST_TAG_OFF: true # Put repo contents in /srv/repo, rather than the default (/home/jovyan). The home directory