Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent 9128d35 commit a4775bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
scopes: 'https://www.googleapis.com/auth/cloud-platform'

- name: Login
uses: google-github-actions/setup-gcloud@v0
Expand Down Expand Up @@ -57,5 +58,4 @@ jobs:
- name: Push Docker image
run: |
docker push ${{ env.IMAGE_NAME }}
docker push ${{ env.IMAGE_NAME }}

0 comments on commit a4775bf

Please sign in to comment.