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 cb9d0d5 commit 7a222c4Copy full SHA for 7a222c4
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=$BUILDPLATFORM jdxcode/mise:latest AS mise-context
2
-COPY mise.toml .tool-versions ./
+COPY mise.toml ./
3
RUN --mount=type=secret,id=gh_token,env=MISE_GITHUB_TOKEN mise install
4
5
FROM --platform=$BUILDPLATFORM mise-context AS go-build
0 commit comments