Files
git-cliff-action/Dockerfile
2021-12-19 02:05:45 +03:00

17 lines
581 B
Docker

FROM orhunp/git-cliff:0.5.0@sha256:44dc72bf4861558fad937d768fffbc17d32caac9a4017a4522640cd9d5e3372d
LABEL maintainer="orhun <orhunparmaksiz@gmail.com>"
LABEL repository="https://github.com/orhun/git-cliff-action"
LABEL homepage="https://github.com/orhun/git-cliff"
LABEL com.github.actions.name="Changelog Generator"
LABEL com.github.actions.description="Generate changelog based on your Git history"
LABEL com.github.actions.icon="triangle"
LABEL com.github.actions.color="green"
COPY README.md /
COPY LICENSE /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]