We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b3d47 commit dea53caCopy full SHA for dea53ca
1 file changed
.github/workflows/ci.yml
@@ -79,6 +79,10 @@ jobs:
79
working-directory: molecule/images
80
if: matrix.image == 'localhost/rocky9systemd'
81
82
+ - name: Load rocky8 container image
83
+ run: podman pull ${{ matrix.image }}
84
+ if: matrix.image != 'localhost/rocky9systemd'
85
+
86
- name: Set up Python 3.
87
uses: actions/setup-python@v4
88
with:
0 commit comments