mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Add org.opencontainers.image.source LABEL
This commit is contained in:
parent
a171005856
commit
c92bc10b8e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ LABEL com.github.actions.name="GitHub Super-Linter" \
|
||||||
org.opencontainers.image.version=$BUILD_VERSION \
|
org.opencontainers.image.version=$BUILD_VERSION \
|
||||||
org.opencontainers.image.authors="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.url="https://github.com/github/super-linter" \
|
||||||
|
org.opencontainers.image.source="https://github.com/github/super-linter" \
|
||||||
org.opencontainers.image.documentation="https://github.com/github/super-linter" \
|
org.opencontainers.image.documentation="https://github.com/github/super-linter" \
|
||||||
org.opencontainers.image.vendor="GitHub" \
|
org.opencontainers.image.vendor="GitHub" \
|
||||||
org.opencontainers.image.description="Lint your code base with GitHub Actions"
|
org.opencontainers.image.description="Lint your code base with GitHub Actions"
|
||||||
|
|
Loading…
Reference in a new issue