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:
16
16
fail-fast : false
17
17
matrix :
18
18
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
24
27
python-version :
25
28
- 3.8
26
29
ansible-version :
48
51
- name : Test with molecule
49
52
run : |
50
53
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 }}"
52
56
python3 -m molecule test
You can’t perform that action at this time.
0 commit comments