neoloc/build_incus_images #11

Merged
unkinben merged 2 commits from neoloc/build_incus_images into master 2025-04-24 01:12:26 +10:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit afceaa8618 - Show all commits

View File

@ -7,5 +7,5 @@ source "docker" "os" {
source "incus" "os" { source "incus" "os" {
image = var.incus_source image = var.incus_source
output_image = local.incus_output_image output_image = local.incus_output_image
publish_remote_name = "local" publish_remote_name = "incus-images"
} }

View File

@ -121,7 +121,6 @@ variable "git_branch" {
type = string type = string
default = env("GIT_BRANCH") default = env("GIT_BRANCH")
} }
variable "include_incus_client_certs" { variable "include_incus_client_certs" {
type = bool type = bool
default = false default = false