Skip to content

Commit ac09b7e

Browse files
committed
add gh action
1 parent 1463f1a commit ac09b7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
registry: docker.io
5959
username: ${{ secrets.DOCKERHUB_USERNAME }}
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
61+
- uses: peter-evans/dockerhub-description@v5
62+
if: github.ref == 'refs/heads/main'
63+
with:
64+
username: ${{ secrets.DOCKERHUB_USERNAME }}
65+
password: ${{ secrets.DOCKERHUB_TOKEN }}
66+
repository: ${{ github.repository }}
67+
short-description: ${{ github.event.repository.description }}
6168
- uses: docker/build-push-action@v6
6269
if: startsWith(github.ref, 'refs/tags/')
6370
with:

0 commit comments

Comments
 (0)