From ee45b39ec417956d6d16e24bc41265e7c64eea11 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 17 Jun 2024 08:17:26 -0700 Subject: [PATCH] ci: Fix dupe id (#5400) --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index efa62e477..67433e93c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,15 +24,14 @@ jobs: with: project: firezone-staging - uses: ./.github/actions/gcp-docker-login - id: login with: project: firezone-prod - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{github.actor}} - password: ${{secrets.GITHUB_TOKEN}} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Set variables id: set-variables run: |