mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 12:09:33 +01:00
Update image labels
This commit is contained in:
parent
f82b6d7d05
commit
c56e6359ff
1 changed files with 7 additions and 9 deletions
16
Dockerfile
16
Dockerfile
|
@ -1,15 +1,13 @@
|
||||||
FROM peterevans/curl-jq:1.0.0
|
FROM peterevans/curl-jq:1.0.0
|
||||||
|
|
||||||
LABEL \
|
LABEL maintainer="Peter Evans <mail@peterevans.dev>"
|
||||||
maintainer="Peter Evans <mail@peterevans.dev>" \
|
LABEL repository="https://github.com/peter-evans/dockerhub-description"
|
||||||
repository="https://github.com/peter-evans/dockerhub-description" \
|
LABEL homepage="https://github.com/peter-evans/dockerhub-description"
|
||||||
homepage="https://github.com/peter-evans/dockerhub-description"
|
|
||||||
|
|
||||||
LABEL \
|
LABEL com.github.actions.name="Docker Hub Description"
|
||||||
com.github.actions.name="Docker Hub Description" \
|
LABEL com.github.actions.description="An action to update a Docker Hub repository description from README.md"
|
||||||
com.github.actions.description="An action to update a Docker Hub repository description from README.md" \
|
LABEL com.github.actions.icon="upload"
|
||||||
com.github.actions.icon="upload" \
|
LABEL com.github.actions.color="blue"
|
||||||
com.github.actions.color="blue"
|
|
||||||
|
|
||||||
COPY LICENSE README.md
|
COPY LICENSE README.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue