Skip to content

Commit

Permalink
fix address
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Clerkx committed Dec 14, 2023
1 parent 59eaed0 commit 00e29e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Docker Auth
id: docker-auth
run: |-
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https:/${{ env.GAR_LOCATION }}-docker.pkg.dev
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin ${{ env.GAR_LOCATION }}-docker.pkg.dev
- name: Build and Push Container
run: |-
Expand Down

0 comments on commit 00e29e3

Please sign in to comment.