Add CI/CD ubuntu and debian
Some checks failed
Deployment Verification Debian / Run Hardening on Debian (push) Failing after 3s
Deployment Verification Ubuntu / Run Hardening on Ubuntu (push) Successful in 2m0s

This commit is contained in:
2025-04-27 15:35:14 +02:00
parent 6ca7ff7a72
commit e97703ccad
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -13,7 +13,6 @@ jobs:
deploy-and-test: deploy-and-test:
name: Run Hardening on Ubuntu name: Run Hardening on Ubuntu
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: amd64/debian:12
steps: steps:
- name: Checkout - name: Checkout