Skip to content

Commit

Permalink
Add Docker registry login preceding GoReleaser build step
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Oct 19, 2020
1 parent e2ff1c6 commit e4d0804
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 @@ -19,6 +19,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15
-
name: Login to Docker Registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \
docker login docker.pkg.github.com -u docker --password-stdin
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit e4d0804

Please sign in to comment.