adding more info

This commit is contained in:
Lucas Gravley 2020-09-01 14:32:46 -05:00
parent d4ddb2c20c
commit 367965395c

View file

@ -31,7 +31,13 @@ LABEL com.github.actions.name="GitHub Super-Linter" \
com.github.actions.description="Lint your code base with GitHub Actions" \ com.github.actions.description="Lint your code base with GitHub Actions" \
com.github.actions.icon="code" \ com.github.actions.icon="code" \
com.github.actions.color="red" \ com.github.actions.color="red" \
maintainer="GitHub DevOps <github_devops@github.com>" maintainer="GitHub DevOps <github_devops@github.com>" \
org.opencontainers.image.authors="GitHub DevOps <github_devops@github.com>" \
org.opencontainers.image.url="https://github.com/github/super-linter" \
org.opencontainers.image.documentation="https://github.com/github/super-linter" \
org.opencontainers.image.vendor="GitHub" \
org.opencontainers.image.description="Lint your code base with GitHub Actions"
################################ ################################
# Set ARG values used in Build # # Set ARG values used in Build #