diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09d86167..7af05896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@1f401f745bf57e30b3a2800ad308a87d2ebdf14b + uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}