diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db4885a..1415018 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,13 +60,13 @@ jobs: token_format: "access_token" - name: Login to Google Artifact Registry if: github.ref == 'refs/heads/main' - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # ratchet:docker/login-action@v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # ratchet:docker/login-action@v2 with: registry: ${{ env.GOOGLE_REGISTRY }} username: "oauth2accesstoken" password: "${{ steps.auth.outputs.access_token }}" - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # ratchet:docker/login-action@v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # ratchet:docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} @@ -129,7 +129,7 @@ jobs: token_format: "access_token" - name: Login to Google Artifact Registry if: github.ref == 'refs/heads/main' - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # ratchet:docker/login-action@v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # ratchet:docker/login-action@v2 with: registry: ${{ env.GOOGLE_REGISTRY }} username: "oauth2accesstoken"