Skip to content

Commit 4086e13

Browse files
Copilotnickytonline
andcommitted
Add short-description sync to Docker Hub workflow
Co-authored-by: nickytonline <[email protected]>
1 parent ee5fd20 commit 4086e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,11 @@ jobs:
7272
cache-from: type=gha
7373
cache-to: type=gha,mode=max
7474

75-
- name: Update Docker Hub description from README.md
75+
- name: Update Docker Hub description + short desc
7676
uses: peter-evans/dockerhub-description@v3
7777
with:
7878
username: ${{ secrets.DOCKERHUB_USERNAME }}
7979
password: ${{ secrets.DOCKERHUB_TOKEN }}
8080
repository: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
8181
readme-filepath: ./README.md
82+
short-description: ${{ github.event.repository.description || '' }}

0 commit comments

Comments
 (0)