Skip to content

Commit

Permalink
Merge pull request #81 from zerotier:gcloud-step
Browse files Browse the repository at this point in the history
forgot the cloudsk step
  • Loading branch information
glimberg authored Aug 28, 2024
2 parents a068378 + aee4062 commit 5dab744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.DOCKER_REGISTRY_WRITER }}'
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
- name: Build and push Docker image
run: |
gcloud auth configure-docker us-central1-docker.pkg.dev
Expand Down

0 comments on commit 5dab744

Please sign in to comment.