mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add production target to api
This commit is contained in:
committed by
Mohamed Marrouchi
parent
604dd5aa0c
commit
99c5765e6f
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./api/
|
||||
target: production
|
||||
file: ./api/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user