Skip to content

Commit

Permalink
fix(deploy): specify the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jun 25, 2024
1 parent f133e91 commit d42d2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build
# Tagging w/ the commit SHA blocks the :latest tag on GCR
run: |
gcloud builds submit \
gcloud builds submit docker/Dockerfile \
--tag "gcr.io/$PROJECT_ID/$BRANCH_NAME:$SHORT_SHA"
# Deploy image to Compute Engine
- name: Deploy
Expand Down

0 comments on commit d42d2af

Please sign in to comment.