Skip to content

Commit 984ec6f

Browse files
authored
Update Dockerfile
1 parent c086c99 commit 984ec6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM pulimento/hugo-firebase
22

33
# Github labels
4-
LABEL "com.github.actions.name"="Hugo action"
5-
LABEL "com.github.actions.description"="Run Hugo build"
6-
LABEL "com.github.actions.icon"="package"
7-
LABEL "com.github.actions.color"="green"
4+
#LABEL "com.github.actions.name"="Hugo action"
5+
#LABEL "com.github.actions.description"="Run Hugo build"
6+
#LABEL "com.github.actions.icon"="package"
7+
#LABEL "com.github.actions.color"="green"
88

99
# Things to do!
1010
ADD entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)