aboutsummaryrefslogtreecommitdiff
path: root/.github/action/Dockerfile
blob: 988406c4fe65583e9728b369a9706fe4b0591d65 (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/gabrielgio/genpass.git"
LABEL homepage="https://github.com/gabrielgio/genpass"
LABEL maintainer="Gabriel Giovanini <gabriel.giovanini@protonmail.com>"

LABEL com.github.actions.name="GitHub Action for lein with genpass dependencies"
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"]