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 1f5e748 commit 3c85c41Copy full SHA for 3c85c41
.github/workflows/build-docker.yaml
@@ -33,7 +33,7 @@ jobs:
33
uses: docker/build-push-action@v4
34
with:
35
context: .
36
- file: "{context}/docker/simple/Dockerfile"
+ file: "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