Files
git-cliff-action/Dockerfile
2023-01-09 23:23:47 +03:00

17 lines
581 B
Docker

FROM orhunp/git-cliff:1.1.1@sha256:ff09d0b84b630b2bae2cd72397c2a7b705112904dfd1247b81abbdb75837b549
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"]