diff options
author | Gabriel <gabrielg.desouza@gmail.com> | 2019-07-02 15:56:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 15:56:49 +0200 |
commit | f8af193e1043f58da4f88805d7f88b68caa2c812 (patch) | |
tree | df46dc4d6e5e13865719023b5b051eb36b703707 /.github/action | |
parent | 4bfdbb6bdaebb9f1b888ee1bc5b61ba9cf55c620 (diff) | |
download | genpass-f8af193e1043f58da4f88805d7f88b68caa2c812.tar.gz genpass-f8af193e1043f58da4f88805d7f88b68caa2c812.tar.bz2 genpass-f8af193e1043f58da4f88805d7f88b68caa2c812.zip |
Update Dockerfile
Diffstat (limited to '.github/action')
-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" |