mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Update Docker context in release workflow for improved build configuration
This commit is contained in:
parent
187c12e47f
commit
4f0526b7ec
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user