Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 17, 2024
1 parent 8913922 commit f4beeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "ORGANIZATION" {
}

variable "REGISTRY" {
default = "docker.io/"
default = "docker.io"
}

variable "PLATFORMS" {
Expand All @@ -41,7 +41,7 @@ variable "TARGETS" {
function "tags" {
params = [image]
result = [
"${REGISTRY}${ORGANIZATION}/${image}:${VERSION}",
"${REGISTRY}/${ORGANIZATION}/${image}:${VERSION}",
]
}

Expand Down

0 comments on commit f4beeae

Please sign in to comment.