Skip to content

Commit

Permalink
Trying to fix credentials issue due to peter-evans/dockerhub-descript…
Browse files Browse the repository at this point in the history
…ion#10

Signed-off-by: Robert Seedorff <Robert.Seedorff@iteratec.com>
  • Loading branch information
rseedorff committed Jun 28, 2021
1 parent 4851c2a commit 4d767a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.DOCKER_NAMESPACE }}/${{ matrix.component }}
readme-filepath: ./${{ matrix.component }}/docs/README.DockerHub-Core.md

Expand Down

0 comments on commit 4d767a9

Please sign in to comment.