Skip to content

Commit

Permalink
💚 Publish to dockerhub as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Rested committed Dec 19, 2019
1 parent e60e2b0 commit 0338ec6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true
registry: docker.pkg.github.com
- name: Publish to dockerhub
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: restd/hankey
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tag_names: true

0 comments on commit 0338ec6

Please sign in to comment.