From 936396c3c13a6d295a18fae7d4ed793486a83115 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 10 Feb 2026 08:25:03 +0100 Subject: [PATCH] update action --- .gitea/workflows/update_readme.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/update_readme.yml b/.gitea/workflows/update_readme.yml index 1fee102..09a67b4 100644 --- a/.gitea/workflows/update_readme.yml +++ b/.gitea/workflows/update_readme.yml @@ -30,10 +30,3 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} repository: davidquinonescl/hyperion-docker - - name: Build and push - uses: https://github.com/docker/build-push-action@v5 - with: - context: . - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }}