Skip to content

Commit 61d0c21

Browse files
committed
refactor: simplify publish action and remove extraneous entrypoint
1 parent ab9265b commit 61d0c21

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

publish/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ LABEL com.github.actions.icon="box"
66
LABEL com.github.actions.color="gray-dark"
77

88
COPY LICENSE.md README.md /
9-
COPY entrypoint.sh /entrypoint-publish.sh
109

11-
ENTRYPOINT ["/entrypoint-publish.sh"]
10+
ENTRYPOINT ["/entrypoint.sh", "publish"]

publish/entrypoint.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)