优化 Docker 工作流,移除 Docker Hub 描述更新步骤

This commit is contained in:
wood chen 2024-10-09 13:25:04 +08:00
parent 9a85dde45e
commit 84bfde2bd8

View File

@ -58,12 +58,3 @@ jobs:
tags: |
woodchen/${{ env.IMAGE_NAME }}:latest
woodchen/${{ env.IMAGE_NAME }}:${{ github.sha }}
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: woodchen
password: ${{ secrets.ACCESS_TOKEN }}
repository: woodchen/${{ env.IMAGE_NAME }}
readme-filepath: ./README.md # 指定 README.md 的路径
short-description: ${{ github.event.repository.description }}