diff --git a/cli/Dockerfile b/cli/Dockerfile index 149ea6c..30081fd 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]