Start building os-base images
All checks were successful
ci/woodpecker/manual/base-os Pipeline was successful
All checks were successful
ci/woodpecker/manual/base-os Pipeline was successful
This commit is contained in:
parent
d50d3ed999
commit
f0dd39b9be
1 changed files with 32 additions and 0 deletions
32
.woodpecker/.base-os.yml
Normal file
32
.woodpecker/.base-os.yml
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue