diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87b9437..79af2db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-go@v4.1.0 with: go-version: '1.20' - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}