Skip to content

Commit

Permalink
Merge pull request #33 from berkeley-dsep-infra/shaneknapp-patch-1
Browse files Browse the repository at this point in the history
remove quotes and curly brackets, maybe this works now
  • Loading branch information
shaneknapp authored Jul 23, 2024
2 parents 67d07cd + 75940da commit b0c9569
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 b0c9569

Please sign in to comment.