From b1624dba4a7cd28693ac04aaf74617f8a32dec97 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Mon, 9 Feb 2026 13:40:01 +0100 Subject: [PATCH] update action --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index e130b73..25c2340 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -69,7 +69,7 @@ jobs: with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - repository: ${{ steps.lowercase-repo.outputs.repository }} + repository: davidquinonescl/hyperion-docker - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: