Skip to content

Commit

Permalink
🔧 Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Nov 1, 2023
1 parent 6844efd commit a341ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: google-github-actions/auth@v1
with:
token_format: access_token
workload_identity_provider: "projects/${{ secrets.GOOGLE_PROJECT_ID }}/locations/global/workloadIdentityPools/${{ secrets.GOOGLE_WID_POOL_ID }}/providers/${{ secrets.GOOGLE_WID_PROVIDER_ID }}"
workload_identity_provider: "projects/irori-gcloud/locations/global/workloadIdentityPools/${{ secrets.GOOGLE_WID_POOL_ID }}/providers/${{ secrets.GOOGLE_WID_PROVIDER_ID }}"
service_account: ${{ secrets.GOOGLE_SA_EMAIL }}
access_token_expiration: 300
- name: Set up Docker Buildx
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Create Tag
id: create-tag
run: |
echo 'tag=asia-northeast1-docker.pkg.dev/${{ secrets.GOOGLE_PROJECT_ID }}/irori-dev/portfolio:${{ github.sha }}' >> $GITHUB_OUTPUT
echo 'tag=asia-northeast1-docker.pkg.dev/irori-gcloud/irori-dev/portfolio:latest' >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

1 comment on commit a341ad4

@vercel
Copy link

@vercel vercel bot commented on a341ad4 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.