Update Docker context in release workflow for improved build configuration

This commit is contained in:
Simon Larsen 2024-09-19 07:40:28 +01:00
parent 187c12e47f
commit 4f0526b7ec
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -1427,7 +1427,7 @@ jobs:
uses: docker/build-push-action@v4
with:
file: ./APIReference/Dockerfile
context: ./APIReference
context: .
# arm64 is not supported by the base image of the LLM
platforms: linux/amd64
push: true