added license metadata bit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-17 04:40:50 +01:00
parent 27276bd5f4
commit b18b1ebd4e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,7 +9,8 @@ LABEL description="Docker image for building websites with Hugo static site gene
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-hugo.git" \
org.label-schema.vcs-ref=$VCS_REF
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz ./hugo.tar.gz