refractored woodpecker
All checks were successful
ci/woodpecker/push/cron Pipeline was successful
ci/woodpecker/push/push Pipeline was successful
ci/woodpecker/cron/push Pipeline was successful
ci/woodpecker/cron/cron Pipeline was successful

This commit is contained in:
Johannes Bülow 2025-04-20 19:34:14 +02:00
parent 1b8ce18b2c
commit a465dde1dc
Signed by: jmb
GPG key ID: B56971CF7B8F83A6
2 changed files with 20 additions and 0 deletions

20
.woodpecker/cron.yml Normal file
View file

@ -0,0 +1,20 @@
variables:
- &file Dockerfile
- &repo git.jmbit.de/${CI_REPO_OWNER}/${CI_REPO_NAME}
steps:
build:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: *file
platforms: linux/arm64/v8,linux/amd64
repo: *repo
registry: git.jmbit.de
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: forgejo_token
when:
branch: main
event: cron