Skip to content

Commit

Permalink
Revert the image name change
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed May 17, 2024
1 parent 6bd9355 commit e4e4f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4e4f59

Please sign in to comment.