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