From b5a008aca1ca8802fd50c8813ecb77156caf9599 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Fri, 17 May 2024 12:18:07 +0300 Subject: [PATCH] Ansible Generated Update. --- .github/workflows/molecule.yml | 12 ++++++++---- .github/workflows/release_drafter.yml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 862cc1b..ecc13b8 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -46,10 +46,10 @@ jobs: fail-fast: false matrix: config: - - image: "alpine-openrc" - tag: "latest" - - image: "amazonlinux" - tag: "latest" + - image: "docker-molecule-images" + tag: "alpine-openrc" + - image: "docker-molecule-images" + tag: "amazonlinux2023" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" @@ -70,6 +70,8 @@ jobs: tag: "rawhide" - image: "docker-molecule-images" tag: "opensuse" + - image: "docker-molecule-images" + tag: "ubuntu_latest" - image: "docker-molecule-images" tag: "focal" - image: "docker-molecule-images" @@ -78,6 +80,8 @@ jobs: tag: "jammy" - image: "docker-molecule-images" tag: "lunar" + - image: "docker-molecule-images" + tag: "noble" steps: - name: Checkout Role uses: actions/checkout@v4 diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 875566b..3c3db61 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -41,7 +41,7 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@master # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: config-name: release-drafter.yml