We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7e0e2 commit e38c956Copy full SHA for e38c956
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM composer:latest
2
3
-LABEL repository="https://github.com/MilesChou/composer-action"
4
-LABEL homepage="https://github.com/MilesChou/composer-action"
5
-LABEL maintainer="MilesChou <jangconan@gmail.com>"
+LABEL repository="https://github.com/MilesChou/composer-action" \
+ homepage="https://github.com/MilesChou/composer-action" \
+ maintainer="MilesChou <jangconan@gmail.com>"
6
7
RUN set -xe && \
8
composer global require hirak/prestissimo && \
0 commit comments