Skip to content

Commit

Permalink
refactor: simplify publish action and remove extraneous entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 2, 2019
1 parent ab9265b commit 61d0c21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions publish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ LABEL com.github.actions.icon="box"
LABEL com.github.actions.color="gray-dark"

COPY LICENSE.md README.md /
COPY entrypoint.sh /entrypoint-publish.sh

ENTRYPOINT ["/entrypoint-publish.sh"]
ENTRYPOINT ["/entrypoint.sh", "publish"]
4 changes: 0 additions & 4 deletions publish/entrypoint.sh

This file was deleted.

0 comments on commit 61d0c21

Please sign in to comment.