Skip to content

Commit

Permalink
Fix: release process (container)
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 16, 2022
1 parent 364d42e commit ded1c90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ded1c90

Please sign in to comment.