Skip to content

Commit 6904eb7

Browse files
committed
增加github actions
1 parent d34ce54 commit 6904eb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,13 @@ jobs:
7979
tags: ${{ steps.meta-backup.outputs.tags }}
8080
cache-from: type=registry,ref=anjia0532/discovery-syncer-python-backup:latest
8181
cache-to: type=inline
82+
83+
- name: Docker Hub Description
84+
uses: peter-evans/dockerhub-description@v4
85+
with:
86+
username: ${{ secrets.HUB_NAME }}
87+
password: ${{ secrets.HUB_PWD }}
88+
repository: anjia0532/discovery-syncer-python
89+
readme-filepath: ./README.md
90+
enable-url-completion: true
91+
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)