From e4e4f59e39adec5f17c448b37f6738724a48520d Mon Sep 17 00:00:00 2001 From: David Lundgren Date: Fri, 17 May 2024 13:09:51 -0500 Subject: [PATCH] Revert the image name change --- .github/workflows/molecule.yml | 2 +- molecule/default/molecule.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e9ae918..9aec20a 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -36,7 +36,7 @@ jobs: - name: molecule uses: robertdebock/molecule-action@6.0.1 with: - MOLECULE_DISTRO: ${{ matrix.config.image }} + image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} options: "--parallel all" env: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index e89f350..2f1e0ac 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -6,8 +6,8 @@ driver: platforms: - name: nginx image: nginx:mainline-alpine-slim - - name: "bigfix-client-${MOLECULE_DISTRO:-ubuntu2204}-${tag:-latest}${TOX_ENVNAME}" - image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2204}-ansible:latest" + - name: "bigfix-client-${image:-ubuntu2204}-${tag:-latest}${TOX_ENVNAME}" + image: "geerlingguy/docker-${image:-ubuntu2204}-ansible:latest" privileged: true pre_build_image: true cgroupns_mode: host