mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Update Docker build context in release workflow to use root directory
This commit is contained in:
parent
841183566c
commit
61084af45a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user