From 1ac7bad19bed255bea163e9057dae48f6634dc6d Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Wed, 12 Jun 2024 15:29:32 -0700 Subject: [PATCH] Rename public GCP auth step (#1094) 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 --- .github/workflows/docker-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 1fe7a775..84ea50d4 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -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: