We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c2956 commit 7b7ead8Copy full SHA for 7b7ead8
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 load --input ${{ 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