Update .gitea/workflows/build-deploy.yml
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 4m10s

This commit is contained in:
2026-01-11 17:03:56 +01:00
parent aece26e893
commit 66901b9299

View File

@@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile.prod
push: true
tags: ${{ steps.meta.outputs.tags }}