Skip to content

Commit

Permalink
Use setup-gcloud v0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-avery committed Oct 14, 2024
1 parent ae0f5b2 commit f950eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@v2
- uses: google-github-actions/setup-gcloud@v0.2.0
with:
service_account_key: ${{ secrets.GCP_ARTIFACT_REGISTRY_SA_KEY }}
- run: gcloud auth configure-docker "$(echo "$ARTIFACT_REGISTRY" | awk -F/ '{print $1}')"
Expand Down

0 comments on commit f950eed

Please sign in to comment.