Migrate from Drone CI to Woodpecker CI

Replace .drone.yml with .woodpecker.yaml using official
woodpeckerci/plugin-kaniko image. Update base image to Alpine 3.22.2.
This commit is contained in:
ask
2026-01-28 23:01:02 -08:00
parent 20a5c7cdaa
commit 8621903d19
3 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM harbor.ntppool.org/perlorg/base-os:3.22.0
FROM harbor.ntppool.org/perlorg/base-os:3.22.2
ENV BUILD_VERSION 1
USER root
WORKDIR /web