We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a8557 commit fe41bf8Copy full SHA for fe41bf8
1 file changed
.github/workflows/docker-build.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Deploy to Google Cloud
98
run: |
99
# Construct the image path in the run step where variable substitution works
100
- IMAGE_REPO="${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/github-upstream/harvard-atg/visualizing-russian-tools"
+ IMAGE_REPO="${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/github-upstream/harvard-atg/visualizing_russian_tools"
101
# IMAGE_TAG="${{ github.event.release.tag_name }}" failing - only latest tag is appearing in Artifact Registry
102
IMAGE_TAG="latest"
103
0 commit comments