Skip to content

Commit

Permalink
Publish to dockerhub with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaguire committed Nov 9, 2020
1 parent d30a253 commit eefdaae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- name: Push to Github Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: fmaguire/rgi/latest
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: fmaguire/rgi
tag_with_ref: true

0 comments on commit eefdaae

Please sign in to comment.