Update github workflows

This commit is contained in:
Orfeo Terkuci
2026-03-24 20:04:18 +01:00
parent 466cc51bc3
commit 8414307708
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ jobs:
id: build
uses: docker/build-push-action@v5.0.0
with:
context: ./backend
context: .
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}