Skip to content

Commit

Permalink
Add docker hub login action
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenHoms committed Nov 6, 2020
1 parent 528b7c9 commit b2f18d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b2f18d2

Please sign in to comment.