Skip to content

Commit 27313e4

Browse files
authored
Update build-push.yaml - Configure Docker to auth to Artifacts Registry
1 parent ad6539d commit 27313e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Configure Docker to authenticate to Artifact Registry
3838
- name: 'Docker Auth with Artifact Registry'
39-
run: gcloud auth configure-docker $REGISTRY --quiet
39+
run: gcloud auth configure-docker ${REGION}-docker.pkg.dev --quiet
4040

4141
- name: 'Build and push Docker container for manager service'
4242
run: |

0 commit comments

Comments
 (0)