From b7689aaf5a65dcc758fcfd46deaa5889e449cf17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 19 Jan 2024 17:26:58 +0100 Subject: [PATCH] Use 'osbuild-ci' name for the Fedora image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When I was adding the c8s and c9s variants of the osbuild-ci image, I first added the '-fedora' suffix to the 'osbuild-ci' image which is based on Fedora. However, I later reverted it back, basically to keep the current version of osbuild CI working without any change. Unfortunately, it turns out that I missed to revert one case of this change. Fixing it now. Signed-off-by: Tomáš Hozza --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 9c4d7df..5070f9d 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -320,7 +320,7 @@ target "osbuild-ci-latest" { "virtual-osbuild-ci-base", ] tags = concat( - mirror("osbuild-ci-fedora", "latest", "", OSB_UNIQUEID), + mirror("osbuild-ci", "latest", "", OSB_UNIQUEID), ) }