All checks were successful
Deploy / build (push) Successful in 9m29s
Reviewed-on: #33
12 lines
217 B
HCL
12 lines
217 B
HCL
source "docker" "os" {
|
|
image = var.docker_source
|
|
commit = true
|
|
changes = var.docker_changes
|
|
}
|
|
|
|
source "incus" "os" {
|
|
image = var.incus_source
|
|
output_image = local.incus_output_image
|
|
profile = ["build"]
|
|
}
|