Skip to content

Commit

Permalink
La til manglende variabler
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikWulff committed Jun 26, 2024
1 parent 19170c2 commit a71daec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ variable "S6_OVERLAY_VERSION" {
}

variable "SHA" {}
variable "ACR" {}
variable "ACRPATH" {}

group "default" {
targets = ["staging"]
Expand All @@ -38,9 +40,7 @@ target "production" {
S6_OVERLAY_VERSION = S6_OVERLAY_VERSION
}
tags = [
"dibknoe.azurecr.io/app/integrasjonspunkt:latest",
"dibknoe.azurecr.io/app/integrasjonspunkt:${APP_VERSION}",
"${ACR}${ACRPATH}:${SHA}"
"${ACR}${ACRPATH}:latest", "${ACR}${ACRPATH}:${APP_VERSION}", "${ACR}${ACRPATH}:${SHA}"
]
}

Expand Down

0 comments on commit a71daec

Please sign in to comment.