From 8c609f5515a04475e7ae734f6ff53554caa88e1a Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 15:48:15 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 164a11b..596ba7e 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -56,6 +56,12 @@ jobs: tags: | type=semver,pattern={{raw}} type=sha + - name: Update docker Hub Description + uses: https://github.com/peter-evans/dockerhub-description@v5 + with: + username: ${{ secrets.DOCKER_HUB_USERNAME }} + password: ${{ secrets.DOCKER_HUB_PASSWORD }} + repository: davidquinonescl/epg-info - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: @@ -63,10 +69,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - #- name: Update docker Hub Description - # uses: https://github.com/peter-evans/dockerhub-description@v5 - # with: - # username: ${{ secrets.DOCKER_HUB_USERNAME }} - # password: ${{ secrets.DOCKER_HUB_PASSWORD }} - # repository: davidquinonescl/epg-info -