docker: update path to dockerfile
This commit is contained in:
parent
1f5e748a7e
commit
3c85c41573
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: .
|
||||
file: "{context}/docker/simple/Dockerfile"
|
||||
file: "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