Skip to content

Commit

Permalink
refactor(ml)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelovetrb committed Feb 18, 2024
1 parent f0d1721 commit b4b3a03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_cloudrun_machine_learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Authenticate Docker to GCP
run: gcloud auth configure-docker --quiet

- name: Authenticate Docker with GCP
run: |
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://gcr.io
- name: Push Docker image to Artifact Registry
run: |
docker push gcr.io/${{ secrets.GCP_PROJECT_NAME_FOR_ML }}/${{ secrets.GCP_IMAGE_NAME_FOR_ML }}:latest
Expand Down

0 comments on commit b4b3a03

Please sign in to comment.