Skip to content

Commit d0f1c56

Browse files
Update Dockerfile
1 parent 34ed430 commit d0f1c56

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Dockerfile

-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
FROM codefresh/cli
22

3-
LABEL "com.github.actions.name"="codefresh-pipeline-runner"
4-
LABEL "com.github.actions.description"="allows to run custom codefresh pipelines"
5-
LABEL "com.github.actions.icon"="play-circle"
6-
LABEL "com.github.actions.color"="green"
7-
8-
LABEL "repository"="https://github.com/codefresh-io/codefresh-pipeline-runner"
9-
LABEL "homepage"="https://github.com/codefresh-io/codefresh-pipeline-runner"
10-
LABEL "maintainer"="<[email protected]>"
11-
123
ADD runner-entrypoint.sh /runner-entrypoint.sh
134

145
ENTRYPOINT ["/runner-entrypoint.sh"]

0 commit comments

Comments
 (0)