diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b29e36d..fc99dd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Log in to the Container registry if: ${{ !contains(needs.release_job.outputs.version, 'undefined') }} - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}