Skip to content

Commit

Permalink
Update Docker context in release workflow for improved build configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
simlarsen committed Sep 19, 2024
1 parent 187c12e commit 4f0526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f0526b

Please sign in to comment.