From 8d95933219eb6dc18c094e6822669feabe376f9d Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Tue, 26 Aug 2025 11:36:09 +0200 Subject: [PATCH] should this work now ? --- .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 f816e5c..c785112 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -57,7 +57,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 }} @@ -101,7 +101,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 }}