Compare commits
2 commits
68ab1ace7e
...
ed78e99e4d
Author | SHA1 | Date | |
---|---|---|---|
ed78e99e4d | |||
0306fd8c86 |
2 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:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.ar21.de
|
mirror: *publish_mirror
|
||||||
username:
|
logins: *publish_logins
|
||||||
from_secret: REGISTRY_USER
|
|
||||||
password:
|
|
||||||
from_secret: REGISTRY_PASS
|
|
||||||
repo: git.ar21.de/yolokube/grafana-backuper
|
repo: git.ar21.de/yolokube/grafana-backuper
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
@ -20,11 +33,8 @@ steps:
|
||||||
- name: docker-staging
|
- name: docker-staging
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.ar21.de
|
mirror: *publish_mirror
|
||||||
username:
|
logins: *publish_logins
|
||||||
from_secret: REGISTRY_USER
|
|
||||||
password:
|
|
||||||
from_secret: REGISTRY_PASS
|
|
||||||
repo: git.ar21.de/yolokube/grafana-backuper
|
repo: git.ar21.de/yolokube/grafana-backuper
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -2,7 +2,7 @@ module git.ar21.de/yolokube/grafana-backuper
|
||||||
|
|
||||||
go 1.23.0
|
go 1.23.0
|
||||||
|
|
||||||
toolchain go1.24.1
|
toolchain go1.24.2
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ProtonMail/go-crypto v1.1.6
|
github.com/ProtonMail/go-crypto v1.1.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue