We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9265b commit 61d0c21Copy full SHA for 61d0c21
2 files changed
publish/Dockerfile
@@ -6,6 +6,5 @@ LABEL com.github.actions.icon="box"
6
LABEL com.github.actions.color="gray-dark"
7
8
COPY LICENSE.md README.md /
9
-COPY entrypoint.sh /entrypoint-publish.sh
10
11
-ENTRYPOINT ["/entrypoint-publish.sh"]
+ENTRYPOINT ["/entrypoint.sh", "publish"]
publish/entrypoint.sh
0 commit comments