Skip to content

Commit 40b4dec

Browse files
committed
Update Docker Hub description using README.md
1 parent ac5d152 commit 40b4dec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-to-docker.yml

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
dockerfile: Dockerfile
2626
buildargs: BASE=buster
2727
tags: "latest,buster"
28+
- name: Update Docker Hub Description
29+
uses: peter-evans/dockerhub-description@v3
30+
with:
31+
username: ${{ secrets.DOCKER_USERNAME }}
32+
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
33+
repository: ${{ secrets.DOCKER_REPO }}
34+
short-description: ${{ github.event.repository.description }}
2835

2936
build:
3037
name: "Build versions"

0 commit comments

Comments
 (0)