Compare commits
2 commits
68ab1ace7e
...
ed78e99e4d
Author | SHA1 | Date | |
---|---|---|---|
ed78e99e4d | |||
0306fd8c86 |
2 changed files with 21 additions and 11 deletions
|
@ -1,12 +1,25 @@
|
|||
steps:
|
||||
- name: docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: git.ar21.de
|
||||
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
|
||||
repo: git.ar21.de/yolokube/grafana-backuper
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
@ -20,11 +33,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/grafana-backuper
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
|
2
go.mod
2
go.mod
|
@ -2,7 +2,7 @@ module git.ar21.de/yolokube/grafana-backuper
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.1
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v1.1.6
|
||||
|
|
Loading…
Add table
Reference in a new issue