Skip to content

Commit

Permalink
add image name to artifact_registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Dec 31, 2023
1 parent 5f39158 commit b56bb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Build and Deploy
run: |
gcloud builds submit --tag us-central1-docker.pkg.dev/dse-nps/burn-backend
gcloud beta run deploy burn-backend --image us-central1-docker.pkg.dev/dse-nps/burn-backend --platform managed
gcloud builds submit --tag us-central1-docker.pkg.dev/dse-nps/burn-backend/prod
gcloud beta run deploy burn-backend --image us-central1-docker.pkg.dev/dse-nps/burn-backend/prod --platform managed

0 comments on commit b56bb12

Please sign in to comment.