Skip to content

Commit

Permalink
fix(ga-deploy-workflow): Fix google-github-actions/setup-gcloud refe…
Browse files Browse the repository at this point in the history
…rence (#30)

Co-authored-by: Tjeerd Mäkel <[email protected]>
  • Loading branch information
Tjeerd Makel and Tjeerd Mäkel authored Nov 23, 2023
1 parent 6cbd8c2 commit f42b358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Setup gcloud CLI
- name: Setup gcloud CLI
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v1

# Build and push the Docker image
- name: Build and Push Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# Setup gcloud CLI
- name: Setup gcloud CLI
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v1

# Build and push the Docker image
- name: Build and Push Image
Expand Down

0 comments on commit f42b358

Please sign in to comment.