feat: update Makefile
- build containers on master if greater than 24 hours, or the commit hash changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user