From 1f9a165ce67740eef5b3056d414e78822706d178 Mon Sep 17 00:00:00 2001 From: f0reachARR Date: Wed, 18 Sep 2024 11:31:01 +0900 Subject: [PATCH] Fix image tag --- buildroot/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/docker-bake.hcl b/buildroot/docker-bake.hcl index 196bf5f..ebe8473 100644 --- a/buildroot/docker-bake.hcl +++ b/buildroot/docker-bake.hcl @@ -75,7 +75,7 @@ target "jazzy_small_cross" { target = "build_stage" dockerfile = "Dockerfile.cross" platforms = ["linux/arm64"] - tags = ["ghcr.io/fortefibre/buildroot:jazzy-small-aarch64-cross"] + tags = ["ghcr.io/fortefibre/buildroot:jazzy-small-cross"] args = { BASE_IMAGE = "docker.io/library/ros:jazzy-perception" PACKAGE_XML = "package.small.xml"