Skip to content

Commit

Permalink
ci(docker): auth configure-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Lee committed Aug 31, 2024
1 parent db17b59 commit 4932299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
- name: Configure docker to use gcloud command-line tool as a credential helper
run: |
gcloud auth configure-docker
gcloud auth configure-docker asia-east1-docker.pkg.dev
- name: Pull cache
run: |
docker pull ${RC_NAME}:cache || true
Expand Down

0 comments on commit 4932299

Please sign in to comment.