From 48dcf26704fdd55324ee9a7a902eb945415bc306 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 26 Nov 2020 15:17:47 +0100 Subject: [PATCH] chore: point vcs-url to the primary source * note that gh is only a read-only mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8488d6e..9cd11b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG VCS_REF LABEL description="Docker image for building websites with Hugo static site generator." 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-url="https://git.dotya.ml/wanderer/docker-archlinux-hugo.git" \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.license=GPL-3.0