We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b99f1 commit e48dabeCopy full SHA for e48dabe
Dockerfile
@@ -7,13 +7,13 @@ LABEL "com.github.actions.color"="purple"
7
8
LABEL "repository"="https://github.com/codefresh-io/codefresh-github-action-test"
9
LABEL "homepage"="https://github.com/codefresh-io/codefresh-github-action-test"
10
-LABEL "maintainer"="Octocat <denys@codefresh.io>"
+LABEL "maintainer"="<denys@codefresh.io>"
11
12
-ARG PIPELINE_NAME
13
-ARG CF_API_KEY
14
-ARG TRIGGER_NAME
15
-ARG COMMIT_SHA
16
-ARG BRANCH
+#ARG PIPELINE_NAME
+#ARG CF_API_KEY
+#ARG TRIGGER_NAME
+#ARG COMMIT_SHA
+#ARG BRANCH
17
18
ADD runner-entrypoint.sh /runner-entrypoint.sh
19
0 commit comments