Changing icons

This commit is contained in:
Andreas Heim
2019-06-17 12:26:54 -04:00
parent ac98279096
commit 868876ac08
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ LABEL "version"="1.0.0"
LABEL "com.github.actions.name"="curl"
LABEL "com.github.actions.description"="run curl"
LABEL "com.github.actions.icon"="zap"
LABEL "com.github.actions.color"="orange"
LABEL "com.github.actions.icon"="terminal"
LABEL "com.github.actions.color"="gray-dark"
RUN apk add --no-cache --update curl
ENTRYPOINT ["/usr/bin/curl"]

View File

@@ -7,7 +7,7 @@ LABEL "version"="1.0.0"
LABEL "com.github.actions.name"="Helm"
LABEL "com.github.actions.description"="Helm"
LABEL "com.github.actions.icon"="terminal"
LABEL "com.github.actions.color"="orange"
LABEL "com.github.actions.color"="gray-dark"
ENV HELM_VERSION="v2.14.1"