Skip to content

Commit

Permalink
Use the correct secret variables in the dockerhub-description action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel authored Aug 29, 2022
1 parent 38579bd commit 0530d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
name: Update repo description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: cqframework/cql-translation-service

0 comments on commit 0530d8f

Please sign in to comment.