From 4b4e50c33a66a053f5cf4f44580038872abe4f32 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Thu, 18 Apr 2024 10:14:33 +0200 Subject: [PATCH] CI: update base image to 2024.03 latest release Signed-off-by: Jordi Massaguer Pla --- .github/workflows/build_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_containers.yml b/.github/workflows/build_containers.yml index 64090ea831db..5f2bacd5dca2 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -38,7 +38,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} build-args: | BASE=registry.opensuse.org/uyuni/server - VERSION=2024.02 + VERSION=2024.03 build-and-push-ubuntu-minion-image: runs-on: ubuntu-latest permissions: