Skip to content

Commit

Permalink
Fixing gcloud configure-docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Dec 11, 2023
1 parent 1608a1b commit a659c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_skaffold-deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
credentials_json: '${{ secrets.GCLOUD_REGISTRY_SA_KEY }}'
- name: Docker Login
run: gcloud auth configure-docker us-docker.pkg.dev, us-east1-docker.pkg.dev
run: gcloud auth configure-docker us-docker.pkg.dev,us-east1-docker.pkg.dev
- name: Build
run: |
skaffold build \
Expand Down

0 comments on commit a659c4d

Please sign in to comment.