From e0094968853dc7ffff45afee69e6b7a39b2a16a3 Mon Sep 17 00:00:00 2001 From: Dome Date: Wed, 8 Apr 2026 00:09:14 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 836be7f..6078ce7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,9 +1,7 @@ name: Build and Push Matrix-to Docker Image on: - push: - branches: - - main + workflow_dispatch: # Erlaubt den manuellen Start über das GitHub UI jobs: build: @@ -25,5 +23,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v2 with: + context: . push: true tags: domoel/matrix-to:latest + no-cache: true