feat: also update docker hub description

This commit is contained in:
2025-07-30 15:38:06 -06:00
parent c9b494568f
commit 0bc322a09e

View File

@@ -48,3 +48,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
repository: ${{ secrets.DOCKER_HUB_USERNAME }}/network-filter
readme-filepath: ./README.md
short-description: ${{ github.event.repository.description }}