Skip to content

Commit

Permalink
update actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBeuzen committed Feb 1, 2022
1 parent 0c42d4d commit 9049e52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_image_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: tbeuzen/py-pkgs-bookdown
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME_TB }}
password: ${{ secrets.DOCKER_PASSWORD_TB }}
tags: "latest,${{ steps.bump.outputs.new_tag }}"
with: bookdown

0 comments on commit 9049e52

Please sign in to comment.