Compare commits

..

No commits in common. "81024ecc22cb6fd44023745896d125b74f599409" and "134c8a726599fbc499d8bba35c4bc554b33deb91" have entirely different histories.

4 changed files with 2 additions and 8 deletions

View File

@ -81,7 +81,6 @@ $(DIRS):
# Build the image
@(cd $(IMAGES_PATH)/$@ && \
export DATE=$(DATE_TAG) && \
export VERSION=$$(cat version) && \
export OS_NAME=$$(echo $@ | cut -d'/' -f1) && \
export OS_VERSION_FULL=$$(echo $@ | cut -d'/' -f2) && \
export OS_IMAGE=$$(echo $@ | cut -d'/' -f3) && \

View File

@ -64,7 +64,7 @@ build {
post-processors {
post-processor "docker-tag" {
repository = "${var.docker_server}/unkin/${var.os_name}${var.os_version_major}-${var.os_image}"
tags = ["latest", var.git_commit, var.version]
tags = ["latest", var.date]
}
dynamic "post-processor" {

View File

@ -1 +1 @@
2.0.5
20260125

View File

@ -121,11 +121,6 @@ variable "git_branch" {
type = string
default = env("GIT_BRANCH")
}
variable "version" {
description = "The version from version file."
type = string
default = env("VERSION")
}
variable "include_incus_client_certs" {
type = bool
default = false