From 339c4aa8ce943e20c823035b1a6d6d8cb7f119a2 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Sat, 14 Sep 2024 10:20:05 -0400 Subject: [PATCH] Fix incorrect image tag --- ros/iron/ubuntu/jammy/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros/iron/ubuntu/jammy/docker-bake.hcl b/ros/iron/ubuntu/jammy/docker-bake.hcl index f809685..dc95a98 100644 --- a/ros/iron/ubuntu/jammy/docker-bake.hcl +++ b/ros/iron/ubuntu/jammy/docker-bake.hcl @@ -1,5 +1,5 @@ variable "TAG_PREFIX" { - default = "docker.io/polymathrobotics/ros" + default = "docker.io/boxcutter/ros" } # There's no darwin-based Docker, so if we're running on macOS, change the platform to linux