Skip to content

Commit 3f5162a

Browse files
committed
feat: added sensible defaults and default platform
1 parent 9a7ffdb commit 3f5162a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-bake.hcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
variable "DOCKERHUB_REPO" {
2-
default = ""
2+
default = "timpietruskyblibla"
33
}
44

55
variable "DOCKERHUB_IMG" {
6-
default = ""
6+
default = "runpod-worker-comfy"
77
}
88

99
variable "RELEASE_VERSION" {
10-
default = ""
10+
default = "latest"
1111
}
1212

1313
variable "HUGGINGFACE_ACCESS_TOKEN" {
@@ -22,6 +22,7 @@ target "base" {
2222
context = "."
2323
dockerfile = "Dockerfile"
2424
target = "base"
25+
platforms = ["linux/amd64"]
2526
tags = ["${DOCKERHUB_REPO}/${DOCKERHUB_IMG}:${RELEASE_VERSION}-base"]
2627
}
2728

0 commit comments

Comments
 (0)