FROM orhunp/git-cliff:1.0.0@sha256:b87d47d4b4ed09d6167270af01ef895c44828010d79fc3e2c3553faed601a312 LABEL maintainer="orhun " 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"]