Update Docker build context in release workflow to use root directory

This commit is contained in:
Simon Larsen 2024-09-16 16:35:57 -07:00
parent 841183566c
commit 61084af45a
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

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