Skip to content

Commit 0d95fef

Browse files
committed
Add label to link GH package to a repository
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 152412f commit 0d95fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ LABEL "com.github.actions.icon"="check-circle"
55
LABEL "com.github.actions.color"="green"
66
LABEL "com.github.actions.name"="PHPCS Code Review"
77
LABEL "com.github.actions.description"="This will run phpcs on PRs"
8+
LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-phpcs-code-review"
89

910
RUN echo "tzdata tzdata/Areas select Asia" | debconf-set-selections && \
1011
echo "tzdata tzdata/Zones/Asia select Kolkata" | debconf-set-selections

0 commit comments

Comments
 (0)