Skip to content

Commit

Permalink
Add missing docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Apr 30, 2022
1 parent fa91f30 commit 141368c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 141368c

Please sign in to comment.