We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa395d commit 9c3e425Copy full SHA for 9c3e425
Dockerfile
@@ -1,9 +1,5 @@
1
FROM pulimento/alpine-hugo-firebase
2
3
-# Github labels
4
-LABEL "com.github.actions.icon"="arrow-up-circle"
5
-LABEL "com.github.actions.color"="green"
6
-
7
# Things to do!
8
ADD entrypoint.sh /entrypoint.sh
9
ENTRYPOINT ["sh", "/entrypoint.sh"]
action.yml
@@ -1,5 +1,8 @@
name: 'Hugo build and Firebase Deploy'
description: 'Builds the site using Hugo, and deploy it to Firebase Hosting'
+branding:
+ icon: 'arrow-up-circle'
+ color: 'green'
inputs:
firebase-token:
description: 'Firebase token (obtained via firebase tools -- firebase login:ci)'
0 commit comments