diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d95bb73..b5891d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: echo "next_public_privy_app_id=${RAW_NEXT_PUBLIC_PRIVY_APP_ID}" >> "$GITHUB_OUTPUT" - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index a4c14dd..d4b7e13 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -212,7 +212,7 @@ jobs: echo "next_public_privy_app_id=${RAW_NEXT_PUBLIC_PRIVY_APP_ID}" >> "$GITHUB_OUTPUT" - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}