enbas/.forgejo/actions/mage/Dockerfile
Dan Anglin 91c2ffeb93
Some checks failed
Tests / test (pull_request) Failing after 4s
run mage action without input (error expected)
2024-08-17 18:13:56 +01:00

6 lines
118 B
Docker

# syntax=docker/dockerfile:1
FROM golang:1.23.0
RUN go install github.com/magefile/mage@v1.15.0
ENTRYPOINT ["mage"]