Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh authored Aug 12, 2019
1 parent 34ed430 commit d0f1c56
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
FROM codefresh/cli

LABEL "com.github.actions.name"="codefresh-pipeline-runner"
LABEL "com.github.actions.description"="allows to run custom codefresh pipelines"
LABEL "com.github.actions.icon"="play-circle"
LABEL "com.github.actions.color"="green"

LABEL "repository"="https://github.com/codefresh-io/codefresh-pipeline-runner"
LABEL "homepage"="https://github.com/codefresh-io/codefresh-pipeline-runner"
LABEL "maintainer"="<[email protected]>"

ADD runner-entrypoint.sh /runner-entrypoint.sh

ENTRYPOINT ["/runner-entrypoint.sh"]

0 comments on commit d0f1c56

Please sign in to comment.