ci: move after build
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 30s
Build, Package and Push Images / sbom-scan (push) Successful in 38s
Build, Package and Push Images / generate-licences (push) Successful in 53s
Build, Package and Push Images / container-build (push) Successful in 1m52s
Build, Package and Push Images / sonarqube (push) Successful in 1m57s
Build, Package and Push Images / container-sbom-scan (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2024-02-01 10:35:26 +01:00
parent 4002e37aa5
commit 78ba35c66f

View file

@ -177,7 +177,7 @@ jobs:
bomFilename: ${{ github.workspace }}/container-bom.json bomFilename: ${{ github.workspace }}/container-bom.json
generate-licences: generate-licences:
needs: [container-build, preprocess] needs: [build, preprocess]
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
steps: steps: