diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/action/Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/action/Dockerfile b/.github/action/Dockerfile index 92fb172..988406c 100644 --- a/.github/action/Dockerfile +++ b/.github/action/Dockerfile @@ -1,11 +1,11 @@ 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 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" +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" |