From c56e6359ff56406daa7f6b31c4f61ffb5376d158 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 25 Jun 2019 19:41:57 +0900 Subject: [PATCH] Update image labels --- Dockerfile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a3fcd8..2e15207 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,13 @@ FROM peterevans/curl-jq:1.0.0 -LABEL \ - maintainer="Peter Evans " \ - repository="https://github.com/peter-evans/dockerhub-description" \ - homepage="https://github.com/peter-evans/dockerhub-description" +LABEL maintainer="Peter Evans " +LABEL repository="https://github.com/peter-evans/dockerhub-description" +LABEL homepage="https://github.com/peter-evans/dockerhub-description" -LABEL \ - com.github.actions.name="Docker Hub Description" \ - com.github.actions.description="An action to update a Docker Hub repository description from README.md" \ - com.github.actions.icon="upload" \ - com.github.actions.color="blue" +LABEL com.github.actions.name="Docker Hub Description" +LABEL com.github.actions.description="An action to update a Docker Hub repository description from README.md" +LABEL com.github.actions.icon="upload" +LABEL com.github.actions.color="blue" COPY LICENSE README.md