1 Commits

Author SHA1 Message Date
1de48276ff Migrate from Drone CI to Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replace .drone.yml with .woodpecker.yaml using official
woodpeckerci/plugin-kaniko image. Update base image to Alpine 3.22.2.
2026-01-28 22:01:46 -08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ steps:
tags: tags:
- ${CI_COMMIT_SHA:0:7} - ${CI_COMMIT_SHA:0:7}
- ${CI_COMMIT_BRANCH} - ${CI_COMMIT_BRANCH}
- ${{ CI_COMMIT_BRANCH == 'main' && 'latest' || CI_COMMIT_BRANCH }}
cache: true cache: true
username: username:
from_secret: harbor_library_username from_secret: harbor_library_username

View File

@@ -1,4 +1,4 @@
FROM harbor.ntppool.org/perlorg/base-os:3.23.3 FROM harbor.ntppool.org/perlorg/base-os:3.22.2
ENV BUILD_VERSION 1 ENV BUILD_VERSION 1
USER root USER root
WORKDIR /web WORKDIR /web