Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 authored Dec 14, 2023
1 parent f9133a6 commit 12834d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
with:
registry: gcr.io
username: _json_key
password: ${{ secrets.SATRIO }}
password: ${{ secrets.MUBAZIR }}

- name: Setup gcloud CLI
uses: google-github-actions/[email protected]
with:
project_id: ${{ secrets.PROJECT_ID }}
service_account_key: ${{ secrets.SATRIO }}
service_account_key: ${{ secrets.MUBAZIR }}
export_default_credentials: true

- name: Build and push Docker image
Expand Down

0 comments on commit 12834d8

Please sign in to comment.