From 7e21d5e8c4b15c0aaef76ac1cb0ea5d951393444 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 3 Jan 2024 16:56:19 +0200 Subject: [PATCH] ci: Use Docker for building images, instead of Podman --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 7f5a87a..b610e48 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -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)