Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Feb 11, 2023
1 parent db2d50e commit 8282981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:
project_id: ${{ secrets.GCP_PROJECT }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
run: gcloud beta run services set-iam-policy deployment/policy.yaml

- name: Authorize Docker push
run: gcloud auth configure-docker

- name: Set Cloud Run Policy
run: gcloud beta run services set-iam-policy deployment/policy.yaml

- name: Build and Push Container
run: |-
docker build -t gcr.io/${{ secrets.GCP_PROJECT }}/btc-billionaire:${{ github.ref_name }} --build-arg VERSION=${{ github.ref_name }} .
Expand Down

0 comments on commit 8282981

Please sign in to comment.