From 4420041ffeb8ad2bfea6c1bfdf4722312d8b23dd Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 2 Aug 2023 16:30:22 +0200 Subject: [PATCH] Fix Debian release mix-up. --- .github/workflows/molecule.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 460a18a..59f5411 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -36,7 +36,7 @@ jobs: - image: "debian" tag: "latest" - image: "debian" - tag: "bookworm" + tag: "bullseye" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 177ba30..52ccd08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ molecule: - image: "debian" tag: "latest" - image: "debian" - tag: "bookworm" + tag: "bullseye" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux"