Skip to content

Commit

Permalink
bismillah
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 authored Dec 14, 2023
1 parent 51bc350 commit a71150d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: google-github-actions/[email protected]
with:
project_id: ${{ secrets.PROJECT_ID }}
service_account_key: ${{ secrets.SATRIO }}
service_account_key: ${{ secrets.MUBAZIR }}


- name: Create .env file
Expand All @@ -43,21 +43,21 @@ 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
uses: docker/build-push-action@v2
with:
context: .
push: true
no-cache: false
no-cache: true
tags: gcr.io/${{ secrets.PROJECT_ID }}/${{ secrets.IMAGE_NAME }}:latest

- name: Deploy to Cloud Run
Expand Down

0 comments on commit a71150d

Please sign in to comment.