Skip to content

Commit fe41bf8

Browse files
committed
Fix casing
1 parent 90a8557 commit fe41bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Deploy to Google Cloud
9898
run: |
9999
# 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"
100+
IMAGE_REPO="${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/github-upstream/harvard-atg/visualizing_russian_tools"
101101
# IMAGE_TAG="${{ github.event.release.tag_name }}" failing - only latest tag is appearing in Artifact Registry
102102
IMAGE_TAG="latest"
103103

0 commit comments

Comments
 (0)