We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e153fd commit 1f5e748Copy full SHA for 1f5e748
.github/workflows/build-docker.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/build-push-action@v4
34
with:
35
context: .
36
- path: "{context}/docker/simple/Dockerfile"
+ file: "{context}/docker/simple/Dockerfile"
37
push: true # push to registry
38
pull: true # always fetch the latest base images
39
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
0 commit comments