Skip to content

Commit

Permalink
Add missing image name
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 14, 2024
1 parent bacdca1 commit 344c73d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nvidia/l4t-base/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ variable "TAG_PREFIX" {
default = "docker.io/boxcutter/nvidia-l4t-base"
}

variable "IMAGE_NAME" {
default = "nvidia-l4t-base"
}

target "default" {
name = "${TAG_PREFIX}-${replace(item.version, ".", "-")}"
name = "${IMAGE_NAME}-${replace(item.version, ".", "-")}"
target = "nvidia-l4t-base"
args = {
RELEASE = item.release
Expand Down

0 comments on commit 344c73d

Please sign in to comment.