feat: add registry mirror for build
This commit is contained in:
parent
5d5fb955a4
commit
9b59201130
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue