chore: point vcs-url to the primary source
All checks were successful
continuous-integration/drone/push Build is passing

* note that gh is only a read-only mirror
This commit is contained in:
surtur 2020-11-26 14:40:51 +01:00
parent 55eb3b2859
commit 9884a96112
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -6,7 +6,7 @@ ARG VCS_REF
LABEL description="Docker image for running tests using robot framework." LABEL description="Docker image for running tests using robot framework."
LABEL org.label-schema.build-date=$BUILD_DATE \ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-alpine-rf.git" \ org.label-schema.vcs-url="https://git.dotya.ml/wanderer/docker-alpine-rf.git" \
org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0 org.label-schema.license=GPL-3.0