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 a1975c9 commit 4630c24Copy full SHA for 4630c24
.github/pages_builder/Dockerfile
@@ -0,0 +1,14 @@
1
+FROM jekyll/jekyll
2
+
3
+LABEL "com.github.actions.name"="Jekyll Pages Builder"
4
+LABEL "com.github.actions.description"="Build the full jekyll pages site"
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