From ee79722f608a3057caf4fa8e0358ce0523393771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Mon, 27 May 2024 22:38:57 +0200 Subject: [PATCH] Ubuntu 24.04: fix typo in tag name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Müller --- .github/workflows/build-dockers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dockers.yml b/.github/workflows/build-dockers.yml index e234fab..145a7d0 100644 --- a/.github/workflows/build-dockers.yml +++ b/.github/workflows/build-dockers.yml @@ -45,7 +45,7 @@ jobs: - path: ci/ci-ubuntu-22.04-3.9 tag: ubuntu-22.04-3.9 - path: ci/ci-ubuntu-24.04-3.10 - tag: ubuntu-22.04-3.10 + tag: ubuntu-24.04-3.10 name: Build CI container for ${{ matrix.tag }} environment: github-action-autobuild steps: