Skip to content

Commit

Permalink
fix: update platform variable syntax in docker-bake-agents.hcl
Browse files Browse the repository at this point in the history
Co-Authored-By: Arnaud Lheureux <[email protected]>
  • Loading branch information
arnaudlh committed Feb 22, 2025
1 parent 9799a1f commit b7f8a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-bake-agents.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target "github" {
versionRover = versionRover
USERNAME = USERNAME
}
platforms = platform
platforms = "${platform}"
cache-to = ["type=local,dest=/tmp/.buildx-cache,mode=max"]
cache-from = ["type=local,src=/tmp/.buildx-cache"]
}
Expand All @@ -48,7 +48,7 @@ target "azdo" {
versionRover = versionRover
USERNAME = USERNAME
}
platforms = platform
platforms = "${platform}"
cache-to = ["type=local,dest=/tmp/.buildx-cache,mode=max"]
cache-from = ["type=local,src=/tmp/.buildx-cache"]
}
Expand All @@ -73,7 +73,7 @@ target "gitlab" {
versionRover = versionRover
USERNAME = USERNAME
}
platforms = platform
platforms = "${platform}"
cache-to = ["type=local,dest=/tmp/.buildx-cache,mode=max"]
cache-from = ["type=local,src=/tmp/.buildx-cache"]
}

0 comments on commit b7f8a73

Please sign in to comment.