Skip to content

Commit

Permalink
testing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 12, 2024
1 parent 996c394 commit 72e1d13
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/docker_push_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,21 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Authenticate with service account
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

# - name: Authenticate with service account
# uses: google-github-actions/auth@v1
# with:
# credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Login
uses: google-github-actions/setup-gcloud
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

# - name: Login
# uses: google-github-actions/setup-gcloud
# with:
# credentials_json: ${{ secrets.GCP_SA_KEY }}

# - name: Set up Cloud SDK
# uses: google-github-actions/setup-gcloud@v1
# with:
# project_id: ${{ vars.GCP_PROJECT_ID }}
# export_default_credentials: true
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ vars.GCP_PROJECT_ID }}
export_default_credentials: true

# - name: Configure Docker
# run: gcloud auth configure-docker --quiet
Expand Down

0 comments on commit 72e1d13

Please sign in to comment.