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 9074b80 commit 716924eCopy full SHA for 716924e
Dockerfile
@@ -1,7 +1,7 @@
1
FROM php:7.3-alpine
2
3
-LABEL "com.github.actions.name"="phpqa"
4
-LABEL "com.github.actions.description"="phpqa"
+LABEL "com.github.actions.name"="EdgedesignCZ PHPQA tool suite"
+LABEL "com.github.actions.description"="Analyze PHP code with one command"
5
LABEL "com.github.actions.icon"="check"
6
LABEL "com.github.actions.color"="blue"
7
@@ -30,4 +30,4 @@ COPY ./entrypoint.sh /entrypoint.sh
30
RUN chmod +x /entrypoint.sh
31
32
ENTRYPOINT ["/entrypoint.sh"]
33
-CMD ["--help"]
+CMD ["--help"]
0 commit comments