File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,14 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 scenario :
19- - centos-systemd:stream8
20- - centos-systemd:stream9
21- - debian-systemd:11
22- - ubuntu-systemd:20.04
23- - ubuntu-systemd:22.04
19+ - tag : centos-systemd:stream9
20+ user : quay.io/gotmax23
21+ - tag : debian-systemd:11
22+ user : quay.io/gotmax23
23+ - tag : ubuntu-systemd:20.04
24+ user : quay.io/gotmax23
25+ - tag : ubuntu-systemd:22.04
26+ user : quay.io/gotmax23
2427 python-version :
2528 - 3.8
2629 ansible-version :
4851 - name : Test with molecule
4952 run : |
5053 cd ${{ github.repository }}
51- export docker_image_tag="${{ matrix.scenario }}"
54+ export docker_image_tag="${{ matrix.scenario.tag }}"
55+ export docker_user="${{ matrix.scenario.user }}"
5256 python3 -m molecule test
You can’t perform that action at this time.
0 commit comments