Skip to content

Commit

Permalink
ci: Use Docker for building images, instead of Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio authored and deeplow committed Jan 3, 2024
1 parent f254575 commit 7e21d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e21d5e

Please sign in to comment.