diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 0ea3336..cc8da68 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -19,6 +19,11 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags + - uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - uses: actions/setup-go@v3 with: go-version-file: ./go.mod