chore(ci): add own registry to buildx config
This commit is contained in:
parent
6e1c5987e3
commit
ecea475137
1 changed files with 21 additions and 11 deletions
|
@ -1,12 +1,25 @@
|
|||
variables:
|
||||
- publish_mirror: &publish_mirror
|
||||
from_secret: DOCKER_MIRROR_URL
|
||||
- publish_logins: &publish_logins
|
||||
- registry:
|
||||
from_secret: DOCKER_MIRROR_URL
|
||||
username:
|
||||
from_secret: DOCKER_MIRROR_USER
|
||||
password:
|
||||
from_secret: DOCKER_MIRROR_PASS
|
||||
- registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
mirror: *publish_mirror
|
||||
logins: *publish_logins
|
||||
repo: git.ar21.de/yolokube/dashboard
|
||||
tags:
|
||||
- latest
|
||||
|
@ -17,11 +30,8 @@ steps:
|
|||
- name: docker-staging
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
mirror: *publish_mirror
|
||||
logins: *publish_logins
|
||||
repo: git.ar21.de/yolokube/dashboard
|
||||
tags:
|
||||
- staging
|
||||
|
@ -29,4 +39,4 @@ steps:
|
|||
when:
|
||||
- branch:
|
||||
exclude: master
|
||||
event: push
|
||||
event: push
|
||||
|
|
Loading…
Add table
Reference in a new issue