From a99e7be0a6c7c725dc5156952e581bf3a903485c Mon Sep 17 00:00:00 2001 From: gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> Date: Sat, 22 Aug 2020 14:25:08 +0000 Subject: fix: Remove github workflow --- .github/action/Dockerfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/action/Dockerfile (limited to '.github/action/Dockerfile') 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 " - -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"] -- cgit v1.2.3