Skip to content

Commit

Permalink
update marketing site publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 26, 2024
1 parent 730072e commit 18d48b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-marketing-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
workload_identity_provider: 'projects/168301767246/locations/global/workloadIdentityPools/github-pool/providers/github-provider'
service_account: '[email protected]'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- name: Authorize Docker push
run: gcloud auth configure-docker europe-west1-docker.pkg.dev
Expand Down

0 comments on commit 18d48b3

Please sign in to comment.