2 Commits

Author SHA1 Message Date
80f0298ac1 Use docker-tags plugin for flexible image tagging
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add generate-tags step with branch, sha, edge, build number, and
semver tag formats. Enable tag events for release workflows.
2026-01-28 23:44:52 -08:00
a3076687c0 Update to Alpine 3.23.3 base image (Apache 2.4.66) 2026-01-28 23:01:02 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ when:
steps: steps:
- name: generate-tags - name: generate-tags
image: ghcr.io/abh/woodpecker-docker-tags-plugin:sha-86e52ce image: ghcr.io/dvjn/woodpecker-docker-tags-plugin
settings: settings:
tags: | tags: |
branch branch

View File

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