docker-perl/.woodpecker/.base-os.yml
Ryan Voots e1c2230900
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
test image/plugin
2023-09-30 10:00:51 -04:00

27 lines
749 B
YAML

matrix:
DEBIAN_VERSION:
- bullseye-backports
- bookworm-backports
steps:
build-os:
# image: woodpeckerci/plugin-docker-buildx:2
image: gitea.simcop2387.info/simcop2387/test_env:latest
environment:
IMAGE_VERSION: "${DEBIAN_VERSION}"
settings:
debug: true
repo: gitea.simcop2387.info/simcop2387/perl-os-base
dockerfile: os-base/Dockerfile
context: os-base/
auto_tag: false
build_args_from_env: true
default_tag: debian-${DEBIAN_VERSION}
tags:
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
logins:
- registry: https://gitea.simcop2387.info/
username: simcop2387
password:
from_secret: gitea_docker_token