diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3209..2998dc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@413775f4e3d05f381e17e4a9668b6bf725359607 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}