diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09d86167..e5334bee 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@5d8785b43a795ee002a17dbf1a2235dc1997224b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}