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
|
||||
repo: ${DOCKER_REGISTRY}/${CI_REPO_OWNER}/pyload-ng
|
||||
registry: ${DOCKER_REGISTRY}
|
||||
mirror: https://${DOCKER_REGISTRY}
|
||||
tags: latest
|
||||
build_args: VERSION=dev
|
||||
when:
|
||||
|
|
Loading…
Add table
Reference in a new issue