From 0d95fefd11e8f306ff645a2488308fc58ed44ec2 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Fri, 14 May 2021 15:16:43 +0530 Subject: [PATCH] Add label to link GH package to a repository Signed-off-by: Riddhesh Sanghvi --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 71e8acd..a0e130c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ LABEL "com.github.actions.icon"="check-circle" LABEL "com.github.actions.color"="green" LABEL "com.github.actions.name"="PHPCS Code Review" LABEL "com.github.actions.description"="This will run phpcs on PRs" +LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-phpcs-code-review" RUN echo "tzdata tzdata/Areas select Asia" | debconf-set-selections && \ echo "tzdata tzdata/Zones/Asia select Kolkata" | debconf-set-selections