more tweaks
This commit is contained in:
parent
2a69c831df
commit
6ef1c1373f
1 changed files with 4 additions and 2 deletions
|
@ -15,10 +15,12 @@ steps:
|
|||
dockerfile: "os-base/Dockerfile"
|
||||
context: "os-base/"
|
||||
auto_tag: "false"
|
||||
build_args_from_env: true
|
||||
default_tag: "debian-${DEBIAN_VERSION}"
|
||||
build_args:
|
||||
- "IMAGE_VERSION=debian-${DEBIAN_VERSION}"
|
||||
# default_tag: "debian-${DEBIAN_VERSION}"
|
||||
tags:
|
||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||
- "debian-${DEBIAN_VERSION}"
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
|
|
Loading…
Add table
Reference in a new issue