We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152412f commit 0d95fefCopy full SHA for 0d95fef
Dockerfile
@@ -5,6 +5,7 @@ LABEL "com.github.actions.icon"="check-circle"
5
LABEL "com.github.actions.color"="green"
6
LABEL "com.github.actions.name"="PHPCS Code Review"
7
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"
9
10
RUN echo "tzdata tzdata/Areas select Asia" | debconf-set-selections && \
11
echo "tzdata tzdata/Zones/Asia select Kolkata" | debconf-set-selections
0 commit comments