mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 17:12:24 +08:00
Changing icons
This commit is contained in:
@@ -6,8 +6,8 @@ LABEL "version"="1.0.0"
|
|||||||
|
|
||||||
LABEL "com.github.actions.name"="curl"
|
LABEL "com.github.actions.name"="curl"
|
||||||
LABEL "com.github.actions.description"="run curl"
|
LABEL "com.github.actions.description"="run curl"
|
||||||
LABEL "com.github.actions.icon"="zap"
|
LABEL "com.github.actions.icon"="terminal"
|
||||||
LABEL "com.github.actions.color"="orange"
|
LABEL "com.github.actions.color"="gray-dark"
|
||||||
|
|
||||||
RUN apk add --no-cache --update curl
|
RUN apk add --no-cache --update curl
|
||||||
ENTRYPOINT ["/usr/bin/curl"]
|
ENTRYPOINT ["/usr/bin/curl"]
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ LABEL "version"="1.0.0"
|
|||||||
LABEL "com.github.actions.name"="Helm"
|
LABEL "com.github.actions.name"="Helm"
|
||||||
LABEL "com.github.actions.description"="Helm"
|
LABEL "com.github.actions.description"="Helm"
|
||||||
LABEL "com.github.actions.icon"="terminal"
|
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"
|
ENV HELM_VERSION="v2.14.1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user