Skip to content

Commit

Permalink
Merge pull request super-linter#658 from github/updateGHCRDocker
Browse files Browse the repository at this point in the history
adding more info
  • Loading branch information
admiralAwkbar authored Sep 1, 2020
2 parents d4ddb2c + 3679653 commit c155985
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.icon="code" \
com.github.actions.color="red" \
maintainer="GitHub DevOps <[email protected]>"
maintainer="GitHub DevOps <[email protected]>" \
org.opencontainers.image.authors="GitHub DevOps <[email protected]>" \
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 #
Expand Down

0 comments on commit c155985

Please sign in to comment.