chore: update docker hub description in workflow

add-more-languages
Meng Zhang 2023-04-09 18:11:28 +08:00
parent 1c8ce2cb8c
commit 69d49d01c5
1 changed files with 7 additions and 0 deletions

View File

@ -84,3 +84,10 @@ jobs:
${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}:latest
cache-from: ${{ steps.cache.outputs.cache-from }} cache-from: ${{ steps.cache.outputs.cache-from }}
cache-to: ${{ steps.cache.outputs.cache-to }} cache-to: ${{ steps.cache.outputs.cache-to }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tabbyml/tabby