Skip to content

Commit

Permalink
Tag instance with distro
Browse files Browse the repository at this point in the history
  • Loading branch information
guisea committed Aug 19, 2023
1 parent ed7fdb9 commit 92b972c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:
driver:
name: docker
platforms:
- name: instance
- name: instance-${MOLECULE_DISTRO:-centos8}
image: docker.io/guisea/${MOLECULE_DISTRO:-centos8}:latest
pre_build_image: true
role_name_check: 2
Expand Down
2 changes: 1 addition & 1 deletion molecule/mirror-is-set/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:
driver:
name: docker
platforms:
- name: instance
- name: instance-${MOLECULE_DISTRO:-centos8}
image: docker.io/guisea/${MOLECULE_DISTRO:-centos8}:latest
pre_build_image: true
provisioner:
Expand Down

0 comments on commit 92b972c

Please sign in to comment.