Files
git-cliff-action/Dockerfile
2022-11-19 22:26:05 +03:00

17 lines
581 B
Docker

FROM orhunp/git-cliff:0.9.2@sha256:8107654c923bc7a1393537a891b4aedfd78e8ff5d4c451cea5ec8fe2a6d76b6d
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"]