Skip to content

Commit

Permalink
Login to docker and ghcr for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanbrown committed Nov 30, 2020
1 parent c35bdc3 commit 03dc25c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.15
- uses: docker/login-action@v1
with:
username: ashanbrown
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 03dc25c

Please sign in to comment.