mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
ci: Use Docker for building images, instead of Podman
This commit is contained in:
parent
f254575cb4
commit
7e21d5e8c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scan.yml
vendored
2
.github/workflows/scan.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue