Updated names and description
This commit is contained in:
Родитель
cc666a5f6a
Коммит
6b73fe0c8a
|
@ -3,8 +3,8 @@ FROM microsoft/azure-cli:2.0.47
|
|||
LABEL version="1.0.0"
|
||||
|
||||
LABEL maintainer="Microsoft Corporation"
|
||||
LABEL com.github.actions.name="Azure CLI"
|
||||
LABEL com.github.actions.description="GitHub Action to interact with Azure using az cli."
|
||||
LABEL com.github.actions.name="GitHub Action for Azure"
|
||||
LABEL com.github.actions.description="Wraps the az CLI to enable common Azure commands."
|
||||
LABEL com.github.actions.icon="triange"
|
||||
LABEL com.github.actions.color="blue"
|
||||
|
||||
|
@ -13,4 +13,4 @@ ENV GITHUB_ACTION_NAME="Azure CLI"
|
|||
COPY entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче