chore: update docker hub description in workflow
parent
1c8ce2cb8c
commit
69d49d01c5
|
|
@ -84,3 +84,10 @@ jobs:
|
|||
${{ env.IMAGE_NAME }}:latest
|
||||
cache-from: ${{ steps.cache.outputs.cache-from }}
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue