Skip to content

Commit

Permalink
Update docker-gcp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 11, 2024
1 parent eecf0ae commit 7dbf826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: build
run: |-
docker build --build-arg R_CONFIG_ACTIVE=production . --tag $GCP_REGION-docker.pkg.dev/$GCP_PROJECT_ID/$GCP_GAR_NAME/$APP_NAME:$GITHUB_SHA
docker push ${{ env.IMAGE_TAG }}
docker push $GCP_REGION-docker.pkg.dev/$GCP_PROJECT_ID/$GCP_GAR_NAME/$APP_NAME:$GITHUB_SHA
- name: Deploy to Cloud Run
id: deploy
Expand Down

0 comments on commit 7dbf826

Please sign in to comment.