This commit is contained in:
Dries Peeters
2025-08-26 11:50:20 +02:00
parent e8d3b41539
commit 4e8ccaca4a

View File

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