feat: update Makefile

- build containers on master if greater than 24 hours, or the commit hash changes
This commit is contained in:
2025-01-12 16:24:43 +11:00
parent f497194dda
commit 2d1ee5e2c6
2 changed files with 21 additions and 12 deletions
+5
View File
@@ -111,6 +111,11 @@ variable "suffix" {
type = string
default = env("SUFFIX")
}
variable "git_commit" {
description = "The current git commit."
type = string
default = env("GIT_COMMIT")
}
variable "git_branch" {
description = "The current git branch."
type = string