From 5c662bae69c06eb43e351c7d0614515c7ac93cc3 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 09:25:34 +0100 Subject: [PATCH] update docker action + readme --- .gitea/workflows/action.yml | 5 +++++ README.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 72c4c41..754662a 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -56,4 +56,9 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + - name: Update docker Hub Description + uses: peter-evans/dockerhub-description@v5 + with: + username: ${{ secrets.DOCKER_HUB_USERNAME}} + password: ${{ secrets.DOCKER_HUB_PASSWORD }} diff --git a/README.md b/README.md index e1298d5..00279e5 100644 --- a/README.md +++ b/README.md @@ -240,4 +240,6 @@ Sometimes a new version of this image will be bound to the same source commit. T - 1.0.73 [12-24-2025](https://github.com/iptv-org/epg/commit/ba1fb58194464a6c50a597ac28a35dc8a4895038) - 1.0.74 - [01-06-2026](https://github.com/iptv-org/epg/commit/cbe17252ca7ef70780600952cf97790f352c8c15) \ No newline at end of file + [01-06-2026](https://github.com/iptv-org/epg/commit/cbe17252ca7ef70780600952cf97790f352c8c15) +- 1.0.75 + [02-07-2026](https://github.com/iptv-org/epg/commit/c1b3ef5a0e22979ffe06e4e688366eadc05b8537) \ No newline at end of file