Skip to content

Commit

Permalink
chore: fix missing dockerhub login
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnvrm committed Apr 20, 2021
1 parent 2daceb2 commit bbf11cc
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 @@ -16,6 +16,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Login to Docker Registry
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit bbf11cc

Please sign in to comment.