From ded1c90ea828cb737dc7a42e34d3b9cf65d82979 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 16 May 2022 12:32:23 +0200 Subject: [PATCH] Fix: release process (container) --- .github/workflows/goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0aa0bd4..d6fcbc3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,6 +16,12 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.16 + - uses: docker/setup-buildx-action@v2 + - uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - uses: goreleaser/goreleaser-action@v2 with: version: latest