Correct CI/CD Debian
Some checks failed
Deployment Verification Debian / Run Hardening on Debian (push) Failing after 4s
Deployment Verification Ubuntu / Run Hardening on Ubuntu (push) Successful in 2m3s

This commit is contained in:
Hubert Cornet 2025-04-27 15:45:39 +02:00
parent e97703ccad
commit 351a3e42ca

View File

@ -13,7 +13,8 @@ jobs:
deploy-and-test:
name: Run Hardening on Debian
runs-on: ubuntu-latest
container: amd64/debian:12
container:
image: debian:bookworm-slim
steps:
- name: Checkout