Skip to content

Commit

Permalink
ci: fix google (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Nov 15, 2022
1 parent 030ac09 commit 9314f16
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v0
- name: gcloud authenticate
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
with:
project_id: pomerium-registry
service_account_key: ${{ secrets.GCP_SERVICE_ACCOUNT }}
project_id: ${{ secrets.GCP_PRODUCTION_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- name: gcloud sdk
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce

- name: Log in to gcr registry
run: gcloud auth configure-docker
Expand Down

0 comments on commit 9314f16

Please sign in to comment.