Skip to content

Commit 7467e7e

Browse files
committed
fix docker registry
1 parent dd3ab4a commit 7467e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
driver: docker-container
5252

5353
- name: Set image path
54-
run: echo "IMAGE_PATH=${{ vars.GAR_HOSTNAME }}/${{ inputs.project_id }}/general/${{ inputs.service_name }}:${{ github.sha }}" >> $GITHUB_ENV
54+
run: echo "IMAGE_PATH=${{ vars.GAR_HOSTNAME }}/${{ inputs.project_id }}/shared-docker-registry/${{ inputs.service_name }}:${{ github.sha }}" >> $GITHUB_ENV
5555

5656
- name: Build and Push Container
5757
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)