Start building os-base images
All checks were successful
ci/woodpecker/manual/base-os Pipeline was successful

This commit is contained in:
Ryan Voots 2023-09-29 10:00:42 -04:00
parent d50d3ed999
commit f0dd39b9be

32
.woodpecker/.base-os.yml Normal file
View file

@ -0,0 +1,32 @@
matrix:
DEBIAN_VERSION:
- bullseye-backports
- bookworm-backports
steps:
build-os:
when:
- event: push
branch: master
path:
include: "os-base/**"
ignore_message: "[CACHE]"
- event: push
branch: master
path:
include: "os-base/**"
ignore_message: "[ALL]"
image: woodpeckerci/plugin-docker-buildx
settings:
repo: gitea.simcop2387.info/simcop2387/perl-os-base
dockerfile: os-base/Dockerfile
auto_tag: false
tags:
- debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}
- debian-${DEBIAN_VERSION}
logins:
- registry: https://gitea.simcop2387.info/
username: simcop2387
password:
from_secret: gitea_docker_token