Skip to content

Commit

Permalink
Wrap all docker-bake variable names in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed May 6, 2024
1 parent 10cf486 commit 0cbd293
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
Expand Up @@ -53,19 +53,19 @@ variable "OP_DISPUTE_MON_VERSION" {
default = "${GIT_VERSION}"
}

variable OP_HEARTBEAT_VERSION {
variable "OP_HEARTBEAT_VERSION" {
default = "${GIT_VERSION}"
}

variable OP_PROGRAM_VERSION {
variable "OP_PROGRAM_VERSION" {
default = "${GIT_VERSION}"
}

variable CANNON_VERSION {
variable "CANNON_VERSION" {
default = "${GIT_VERSION}"
}

variable OP_CONDUCTOR_VERSION {
variable "OP_CONDUCTOR_VERSION" {
default = "${GIT_VERSION}"
}

Expand Down

0 comments on commit 0cbd293

Please sign in to comment.