feat: add registry mirror for build

This commit is contained in:
slany 2022-11-23 17:57:42 +01:00 committed by nyyu
parent 5d5fb955a4
commit 9b59201130

View file

@ -8,6 +8,7 @@ pipeline:
from_secret: registry_password from_secret: registry_password
repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng
registry: ${DOCKER_REGISTRY} registry: ${DOCKER_REGISTRY}
mirror: https://${DOCKER_REGISTRY}
tags: latest tags: latest
build_args: VERSION=dev build_args: VERSION=dev
when: when: