Skip to content

Commit

Permalink
build: add docker login step to tag release job
Browse files Browse the repository at this point in the history
  • Loading branch information
metral committed Aug 3, 2020
1 parent 34b8bc1 commit f249185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
uses: actions/[email protected]
with:
go-version: '1.14.6'
- name: Login to Docker Hub
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login docker.io -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit f249185

Please sign in to comment.