From 0bebb7ef9c8d775395ec37e24e634385c00f72f8 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 29 Jan 2024 19:24:50 +0000 Subject: [PATCH] ci: fix tag 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 f5e503929d5f..696e2fab21ad 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=2023.10 + VERSION=2023.12 build-and-push-ubuntu-minion-image: runs-on: ubuntu-latest permissions: