We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bd734 commit 95fbc2fCopy full SHA for 95fbc2f
Dockerfile
@@ -1,10 +1,8 @@
1
FROM pulimento/alpine-hugo-firebase
2
3
# 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"
+LABEL "com.github.actions.icon"="arrow-up-circle"
+LABEL "com.github.actions.color"="green"
8
9
# Things to do!
10
ADD entrypoint.sh /entrypoint.sh
action.yml
@@ -1,7 +1,5 @@
name: 'build-and-deploy'
description: 'Builds the site using Hugo, and deploy it to Firebase Hosting'
-icon: 'arrow-up-circle'
-color: 'green'
inputs:
firebase-token:
description: 'Firebase token (obtained via firebase tools -- firebase login:ci)'
0 commit comments