should this work now ?

This commit is contained in:
Dries Peeters
2025-08-26 11:36:09 +02:00
parent 5070153dfb
commit 8d95933219

View File

@@ -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 }}