fix: update molecule namespace

This commit is contained in:
mullholland 2023-05-24 09:04:06 +02:00
parent 9bc5c7089c
commit c0539ae598
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ jobs:
- name: molecule
uses: robertdebock/molecule-action@5.0.2
with:
namespace: {{ docker_namespace }}
image: {% raw %}${{ matrix.config.image }}{% endraw %}
tag: {% raw %}${{ matrix.config.tag }}{% endraw %}

View File

@ -13,7 +13,7 @@ driver:
name: docker
platforms:
- name: "{{ role_name | regex_replace('_', '') }}-${image:-{{ docker_image }}}-${tag:-{{ docker_tag }}}${TOX_ENVNAME}"
image: "${namespace:-{{ docker_namespace }}}/${image:-{{ docker_image }}}:${tag:-{{ docker_tag }}}"
image: "${namespace:-{{ docker_namespace }}}/docker-${image:-{{ docker_image }}}-systemd:${tag:-{{ docker_tag }}}"
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro