diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f076a1c1..54b6a853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-go- - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}