Quote some things, since i think it isnt translating properly
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
This commit is contained in:
parent
e1c2230900
commit
2a69c831df
1 changed files with 6 additions and 6 deletions
|
@ -10,13 +10,13 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
IMAGE_VERSION: "${DEBIAN_VERSION}"
|
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
|
build_args_from_env: true
|
||||||
default_tag: debian-${DEBIAN_VERSION}
|
default_tag: "debian-${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