docker: update path to dockerfile

This commit is contained in:
Andrei Betlen 2023-07-08 04:04:11 -04:00
parent 1f5e748a7e
commit 3c85c41573

View file

@ -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