From eecf1e67044bfa1b7e06275093df895dee9a2fed Mon Sep 17 00:00:00 2001 From: Morten Mjelva Date: Wed, 16 Oct 2024 21:50:28 +0200 Subject: [PATCH] Update backend image name --- patches/com_buildbarn_bb_storage/base_image.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/com_buildbarn_bb_storage/base_image.diff b/patches/com_buildbarn_bb_storage/base_image.diff index 1716a524..44050f9b 100644 --- a/patches/com_buildbarn_bb_storage/base_image.diff +++ b/patches/com_buildbarn_bb_storage/base_image.diff @@ -44,6 +44,6 @@ index e4aa679..4900487 100644 name = name, image = image, - repository = "ghcr.io/buildbarn/" + component, -+ repository = "ghcr.io/buildbarn/" + component + "/backend", ++ repository = "ghcr.io/buildbarn/" + component + "-backend", remote_tags = "@com_github_buildbarn_bb_storage//tools:stamped_tags", )