Compare commits
1 commit
ed78e99e4d
...
68ab1ace7e
Author | SHA1 | Date | |
---|---|---|---|
68ab1ace7e |
1 changed files with 10 additions and 20 deletions
|
@ -1,25 +1,12 @@
|
|||
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:
|
||||
mirror: *publish_mirror
|
||||
logins: *publish_logins
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/yolokube/grafana-backuper
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
@ -33,8 +20,11 @@ steps:
|
|||
- name: docker-staging
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
mirror: *publish_mirror
|
||||
logins: *publish_logins
|
||||
registry: git.ar21.de
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASS
|
||||
repo: git.ar21.de/yolokube/grafana-backuper
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
|
Loading…
Add table
Reference in a new issue