chore: incorrect runs-on
Some checks failed
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 28s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / sbom-scan (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2024-01-29 14:03:06 +01:00
parent 03f53faac9
commit 17e44ea1e4

View file

@ -34,7 +34,8 @@ jobs:
sonarqube:
needs: build
runs-on: catthehacker/ubuntu:act-latest
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
if: github.ref_name == 'master'
steps:
- uses: actions/checkout@v3