We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ffcda commit a311f01Copy full SHA for a311f01
cmd/cli/Dockerfile
@@ -51,4 +51,4 @@ RUN apk add --no-cache make gcc musl-dev
51
WORKDIR /src
52
RUN --mount=target=. \
53
--mount=target=/root/.cache,type=cache \
54
- CGO_ENABLED=1 make unit-tests
+ CGO_ENABLED=1 make -C cmd/cli unit-tests
cmd/cli/docker-bake.hcl
@@ -47,7 +47,7 @@ target "update-docs" {
47
48
target "validate-tests" {
49
inherits = ["_common"]
50
- context = "cmd/cli"
+ dockerfile = "cmd/cli/Dockerfile"
target = "test"
output = ["type=cacheonly"]
}
0 commit comments