Skip to content

Commit

Permalink
cred for pushing dockerhub repo description
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jul 19, 2023
1 parent d18e330 commit b4a21ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
uses: peter-evans/dockerhub-description@v3
if: inputs.is_tag == 'true'
with:
username: ${{ secrets.docker_hub_username }}
password: ${{ secrets.docker_hub_token }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: osimis/orthanc
readme-filepath: README-dockerhub.md

Expand Down

0 comments on commit b4a21ee

Please sign in to comment.