Skip to content

Commit

Permalink
Merge branch 'main' into feat/admin-dashboard-page
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin371 authored Dec 1, 2023
2 parents 7752e11 + 834e252 commit 4d86e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build Docker
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
builder: ${{ steps.set-up-buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
with:
fetch-depth: 0
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6
with:
workload_identity_provider: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_PROVIDER')] }}
service_account: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_SERVICE_ACCOUNT')] }}
Expand Down

0 comments on commit 4d86e6c

Please sign in to comment.