From f8af193e1043f58da4f88805d7f88b68caa2c812 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 2 Jul 2019 15:56:49 +0200 Subject: Update Dockerfile --- .github/action/Dockerfile | 8 ++++---- 1 file 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 " -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" -- cgit v1.2.3