docker: update context path

This commit is contained in:
Andrei Betlen 2023-07-08 03:44:51 -04:00
parent 5b7d76608d
commit 9e153fd11d

View file

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