docker: fix docker build action args

This commit is contained in:
Andrei Betlen 2023-07-08 04:00:43 -04:00
parent 9e153fd11d
commit 1f5e748a7e

View file

@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
path: "{context}/docker/simple/Dockerfile"
file: "{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