We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed430 commit d0f1c56Copy full SHA for d0f1c56
Dockerfile
@@ -1,14 +1,5 @@
1
FROM codefresh/cli
2
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
12
ADD runner-entrypoint.sh /runner-entrypoint.sh
13
14
ENTRYPOINT ["/runner-entrypoint.sh"]
0 commit comments