build: mirror to github
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominik Meyer 2024-12-27 17:26:13 +01:00
parent 471f4262fd
commit 35de6217f7
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -158,6 +158,35 @@ depends_on:
- build-nginx-amd64 - build-nginx-amd64
- build-nginx-arm64 - build-nginx-arm64
---
kind: pipeline
type: kubernetes
name: mirror-to-github
node_selector:
kubernetes.io/arch: amd64
federationhq.de/location: Blumendorf
federationhq.de/compute: true
steps:
- name: github-mirror
image: registry.cloud.federationhq.de/drone-github-mirror:latest
pull: always
settings:
GH_TOKEN:
from_secret: GH_TOKEN
GH_REPO: "byterazor/Container-Wikindx"
GH_REPO_DESC: "Container Images for running wikindx"
GH_REPO_HOMEPAGE: "https://gitea.federationhq.de/Container/wikindx"
depends_on:
- push
---
kind: secret
name: GH_TOKEN
get:
path: github
name: token
--- ---
kind: secret kind: secret
name: username name: username