Skip to content

Commit

Permalink
Docker description api should be fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 14, 2022
1 parent 3c88498 commit 794a53c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
platforms: linux/arm64
tags: ${{ github.repository }}:latest

# broken https://github.com/peter-evans/dockerhub-description/issues/10
# -
# name: Update repo description
# uses: peter-evans/[email protected]
# with:
# username: ${{ github.actor }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# short-description: ${{ github.event.repository.description }}
-
name: Update repo description
uses: peter-evans/[email protected]
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
short-description: ${{ github.event.repository.description }}

0 comments on commit 794a53c

Please sign in to comment.