this?
Some checks failed
ci/woodpecker/push/base-os Pipeline failed

This commit is contained in:
Ryan Voots 2023-09-29 13:00:15 -04:00
parent f9268cd13c
commit 412eaaf681

View file

@ -1,7 +1,7 @@
#matrix: matrix:
# DEBIAN_VERSION: DEBIAN_VERSION:
# - bullseye-backports - bullseye-backports
# - bookworm-backports - bookworm-backports
steps: steps:
build-os: build-os:
@ -11,9 +11,12 @@ steps:
repo: gitea.simcop2387.info/simcop2387/perl-os-base repo: gitea.simcop2387.info/simcop2387/perl-os-base
dockerfile: os-base/Dockerfile dockerfile: os-base/Dockerfile
context: os-base/ context: os-base/
auto_tag: false
default_tag: debian-${DEBIAN_VERSION}
build_args: build_args:
IMAGE_VERSION: bookworm-backports - IMAGE_VERSION=$DEBIAN_VERSION
tag: debian-bookworm-${CI_PIPELINE_CREATED} tags:
- debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}
logins: logins:
- registry: https://gitea.simcop2387.info/ - registry: https://gitea.simcop2387.info/
username: simcop2387 username: simcop2387