ci: Use Docker for building images, instead of Podman

This commit is contained in:
Alex Pyrgiotis 2024-01-03 16:56:19 +02:00 committed by deeplow
parent f254575cb4
commit 7e21d5e8c4
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -15,7 +15,7 @@ jobs:
- name: Install container build dependencies
run: sudo apt install pipx && pipx install poetry
- name: Build container image
run: python3 ./install/common/build-image.py
run: python3 ./install/common/build-image.py --runtime docker --no-save
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan container image (no fail)