Update .gitea/workflows/build-deploy.yml
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 4m10s
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 4m10s
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
file: ./Dockerfile.prod
|
file: ./Dockerfile.prod
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user