Skip to content

Commit

Permalink
Update docker hub description on push
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Jan 19, 2022
1 parent 3d96024 commit 480f41a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# Note: the "TOKEN" does not work for the docker hub API yet, see
# https://github.com/peter-evans/dockerhub-description/issues/10
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: croneu/phpapp-db
short-description: ${{ github.event.repository.description }}

0 comments on commit 480f41a

Please sign in to comment.