Skip to content

Commit

Permalink
Rename public GCP auth step (#1094)
Browse files Browse the repository at this point in the history
Two steps had the same `id` due to a copy-paste error, causing the
workflow to fail ([1]).

[1]: https://github.com/divviup/divviup-api/actions/runs/9490520600
  • Loading branch information
tgeoghegan committed Jun 12, 2024
1 parent 1ac850f commit 1ac7bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ steps.gcp-auth-private.outputs.access_token }}
- name: Push (private repository)
run: docker push ${{ steps.resolve_variables.outputs.PRIVATE_TAG }}
- id: gcp-auth-private
- id: gcp-auth-public
name: Authenticate to GCP (public repository)
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit 1ac7bad

Please sign in to comment.