dockerhub-description/Dockerfile

17 lines
561 B
Text
Raw Normal View History

2019-06-25 12:22:11 +02:00
FROM peterevans/curl-jq:1.0.0
2019-06-25 12:41:57 +02:00
LABEL maintainer="Peter Evans <mail@peterevans.dev>"
LABEL repository="https://github.com/peter-evans/dockerhub-description"
LABEL homepage="https://github.com/peter-evans/dockerhub-description"
2019-06-25 12:22:11 +02:00
2019-06-25 12:41:57 +02:00
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"
2019-06-25 12:22:11 +02:00
2019-06-29 04:08:06 +02:00
COPY LICENSE README.md /
2019-06-25 12:22:11 +02:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]