diff --git a/Dockerfile b/Dockerfile index bdd84c6..b14ccdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go mod download COPY Makefile *.go ./ COPY internal internal -RUN make test trunkver_linux_amd64 spec "VERSION=${VERSION}" +RUN make test out/trunkver_linux_amd64 spec "VERSION=${VERSION}" # Can't be scratch because we need sh and tee for the Github Action # so we can write the trunkver to GITHUB_OUTPUT diff --git a/smoke.yaml b/smoke.yaml index 59cdffa..8d6203b 100644 --- a/smoke.yaml +++ b/smoke.yaml @@ -1,5 +1,5 @@ command: - - trunkver_linux_amd64 + - ./out/trunkver_linux_amd64 - --timestamp - "2024-05-22T16:25:48+02:00"