Skip to content

Commit

Permalink
Merge pull request #31 from berkeley-dsep-infra/shaneknapp-patch-1
Browse files Browse the repository at this point in the history
put env var in quotes
  • Loading branch information
shaneknapp authored Jul 23, 2024
2 parents 12e8ae3 + 244e85a commit 8690fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8690fc6

Please sign in to comment.