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 d371af3 commit 87fa677Copy full SHA for 87fa677
.github/test_runner/Dockerfile
@@ -0,0 +1,14 @@
1
+FROM jekyll/jekyll
2
+
3
+LABEL "com.github.actions.name"="CI Test Runner"
4
+LABEL "com.github.actions.description"="Run the full test suite"
5
+LABEL "com.github.actions.icon"="gear"
6
+LABEL "com.github.actions.color"="purple"
7
8
+ENV LC_ALL C.UTF-8
9
+ENV LANG en_US.UTF-8
10
+ENV LANGUAGE en_US.UTF-8
11
12
+COPY entrypoint.sh /
13
14
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments