Skip to content

Commit e38c956

Browse files
committed
Combine the label
1 parent 1b7e0e2 commit e38c956

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM composer:latest
22

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>"
3+
LABEL repository="https://github.com/MilesChou/composer-action" \
4+
homepage="https://github.com/MilesChou/composer-action" \
5+
maintainer="MilesChou <jangconan@gmail.com>"
66

77
RUN set -xe && \
88
composer global require hirak/prestissimo && \

0 commit comments

Comments
 (0)