diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index c95f280..b67b9d4 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: go-version: 1.16 - name: Docker Login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}