parent
e95af5c4aa
commit
2617a4ea71
1 changed files with 3 additions and 2 deletions
|
@ -6,15 +6,16 @@ matrix:
|
||||||
steps:
|
steps:
|
||||||
build-os:
|
build-os:
|
||||||
image: woodpeckerci/plugin-docker-buildx:2
|
image: woodpeckerci/plugin-docker-buildx:2
|
||||||
|
environment:
|
||||||
|
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
||||||
settings:
|
settings:
|
||||||
debug: true
|
debug: true
|
||||||
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
|
auto_tag: false
|
||||||
|
build_args_from_env: true
|
||||||
default_tag: debian-${DEBIAN_VERSION}
|
default_tag: debian-${DEBIAN_VERSION}
|
||||||
build_args:
|
|
||||||
- IMAGE_VERSION: ${DEBIAN_VERSION}
|
|
||||||
tags:
|
tags:
|
||||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||||
logins:
|
logins:
|
||||||
|
|
Loading…
Add table
Reference in a new issue