more tweaks
All checks were successful
ci/woodpecker/push/base-os Pipeline was successful
ci/woodpecker/manual/base-os Pipeline was successful

This commit is contained in:
Ryan Voots 2023-09-30 10:17:03 -04:00
parent 2a69c831df
commit 6ef1c1373f

View file

@ -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