build: mirror to github
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-12-27 19:08:58 +01:00
parent bb012b6e31
commit ea055640d5
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -101,6 +101,35 @@ depends_on:
- build-amd64
- build-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/drone-docker-readme-push"
GH_REPO_DESC: "drone plugin to push the readme.md to docker hub"
GH_REPO_HOMEPAGE: "https://gitea.federationhq.de/Container/drone-docker-readme-push"
depends_on:
- push
---
kind: secret
name: GH_TOKEN
get:
path: github
name: token
---
kind: secret
name: username