parent
f9268cd13c
commit
412eaaf681
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue