aboutsummaryrefslogtreecommitdiff
path: root/.github/action/Dockerfile
blob: 92fb1721c21ccb4676ae2150f8a47896cfcc0fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM gabrielgio/genpass 

LABEL version="0.1.0"
LABEL repository="https://github.com/viniciustozzi/pathfinder_tools.git"
LABEL homepage="https://github.com/viniciustozzi/pathfinder_tools"
LABEL maintainer=""

LABEL com.github.actions.name="GitHub Action for lein"
LABEL com.github.actions.description="Wraps the npm CLI to enable common lein commands."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="red"

COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]