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 dd3ab4a commit 7467e7eCopy full SHA for 7467e7e
.github/workflows/service-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
driver: docker-container
52
53
- name: Set image path
54
- run: echo "IMAGE_PATH=${{ vars.GAR_HOSTNAME }}/${{ inputs.project_id }}/general/${{ inputs.service_name }}:${{ github.sha }}" >> $GITHUB_ENV
+ run: echo "IMAGE_PATH=${{ vars.GAR_HOSTNAME }}/${{ inputs.project_id }}/shared-docker-registry/${{ inputs.service_name }}:${{ github.sha }}" >> $GITHUB_ENV
55
56
- name: Build and Push Container
57
uses: docker/build-push-action@v6
0 commit comments