update action
Some checks failed
Build docker container / build (push) Failing after 6m51s

This commit is contained in:
2026-02-09 09:37:49 +01:00
parent 5c662bae69
commit e9bc6f5246

View File

@@ -57,8 +57,9 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Update docker Hub Description - name: Update docker Hub Description
uses: peter-evans/dockerhub-description@v5 uses: https://github.com/peter-evans/dockerhub-description@v5
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME}} username: ${{ secrets.DOCKER_HUB_USERNAME}}
password: ${{ secrets.DOCKER_HUB_PASSWORD }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
repository: davidquinonescl/epg-info