Migrate to woodpecker

This commit is contained in:
2026-04-17 02:39:08 +01:00
parent 79acc12e4f
commit 0e209bf5ed
2 changed files with 25 additions and 73 deletions

25
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,25 @@
when:
- event: push
branch: main
clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
steps:
- name: build docker image
image: woodpeckerci/plugin-docker-buildx
settings:
repo: hotarublaze/blog
registry: gitea.infernonode.com
tags: latest
username:
from_secret: docker_woodpecker_username
password:
from_secret: docker_woodpecker_pat
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push