diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 52c73b446..d7e2afd75 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -22,6 +22,15 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Update Docker Hub description + if: github.event_name == 'push' + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + repository: libretime/libretime-${{ matrix.target }} + readme-filepath: ./README.md + - uses: docker/metadata-action@v4 id: meta with: