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"
|
dockerfile: "os-base/Dockerfile"
|
||||||
context: "os-base/"
|
context: "os-base/"
|
||||||
auto_tag: "false"
|
auto_tag: "false"
|
||||||
build_args_from_env: true
|
build_args:
|
||||||
default_tag: "debian-${DEBIAN_VERSION}"
|
- "IMAGE_VERSION=debian-${DEBIAN_VERSION}"
|
||||||
|
# default_tag: "debian-${DEBIAN_VERSION}"
|
||||||
tags:
|
tags:
|
||||||
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
- "debian-${DEBIAN_VERSION}-${CI_PIPELINE_CREATED}"
|
||||||
|
- "debian-${DEBIAN_VERSION}"
|
||||||
logins:
|
logins:
|
||||||
- registry: https://gitea.simcop2387.info/
|
- registry: https://gitea.simcop2387.info/
|
||||||
username: simcop2387
|
username: simcop2387
|
||||||
|
|
Loading…
Add table
Reference in a new issue