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:
|
||||
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
|
||||
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}
|
||||
default_tag: "debian-${DEBIAN_VERSION}"
|
||||
tags:
|
||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||
logins:
|
||||
|
|
Loading…
Add table
Reference in a new issue