aboutsummaryrefslogtreecommitdiff
path: root/.github/action/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.github/action/Dockerfile')
-rw-r--r--.github/action/Dockerfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/action/Dockerfile b/.github/action/Dockerfile
deleted file mode 100644
index 988406c..0000000
--- a/.github/action/Dockerfile
+++ /dev/null
@@ -1,15 +0,0 @@
-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"]