diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 816a9641..bf5ebcc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: ./go.mod - - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}