docker: update context path
This commit is contained in:
parent
5b7d76608d
commit
9e153fd11d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yaml
vendored
2
.github/workflows/build-docker.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
path: ./docker/simple/Dockerfile
|
||||
path: "{context}/docker/simple/Dockerfile"
|
||||
push: true # push to registry
|
||||
pull: true # always fetch the latest base images
|
||||
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
|
||||
|
|
Loading…
Reference in a new issue