Skip to content

Commit

Permalink
don't use null values in the bake definition
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit bec5d37)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
crazy-max authored and thaJeztah committed Mar 27, 2023
1 parent f381e08 commit f664320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
variable "GO_VERSION" {
default = null
default = "1.19.7"
}
variable "VERSION" {
default = null
default = ""
}
variable "USE_GLIBC" {
default = null
default = ""
}
variable "STRIP_TARGET" {
default = null
default = ""
}
variable "IMAGE_NAME" {
default = "docker-cli"
Expand Down

0 comments on commit f664320

Please sign in to comment.