Skip to content

Commit

Permalink
Adds Docker login action to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bvobart committed May 26, 2021
1 parent 2312297 commit ab82e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Run mllint tests
run: ./test.sh

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build mllint & release to GitHub
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit ab82e15

Please sign in to comment.