mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
17 lines
581 B
Docker
17 lines
581 B
Docker
FROM orhunp/git-cliff:0.4.0@sha256:8a5461df9dc38077d489b63858794b156b777ab382667eb2e68745d15d2e2c78
|
|
|
|
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"]
|