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 5b7d766 commit 9e153fdCopy full SHA for 9e153fd
.github/workflows/build-docker.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/build-push-action@v4
34
with:
35
context: .
36
- path: ./docker/simple/Dockerfile
+ path: "{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