Skip to content

Commit

Permalink
Add pipeline v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeskuti committed Dec 20, 2022
1 parent 0f42662 commit bf10748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image-gcp.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Push Docker Image to GCP Artifact Registry
run: |-
gcloud builds submit --tag $GCP_REGION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME/$IMAGE_NAME:${GITHUB_SHA::7} -f ./producer/Dockerfile
gcloud builds submit --tag $GCP_REGION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME/$IMAGE_NAME:${GITHUB_SHA::7}
gcloud container images add-tag $GCP_REGION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME/$IMAGE_NAME:${GITHUB_SHA::7} $GCP_REGION-docker.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME/$IMAGE_NAME:latest
- name: Deploy Cloud Run from GCP Artifact Registry
Expand Down

0 comments on commit bf10748

Please sign in to comment.