From 4e8ccaca4a69399aa4a886d78ad64840e2b3a890 Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Tue, 26 Aug 2025 11:50:20 +0200 Subject: [PATCH] prayers --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index cd49d26..6ed322c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -58,7 +58,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: ./TimeTracker + context: . platforms: ${{ matrix.platform }} push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} @@ -102,7 +102,7 @@ jobs: - name: Create and push manifest uses: docker/build-push-action@v5 with: - context: ./TimeTracker + context: . platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }}