ci: forgot
Some checks failed
Test if Server can be built / build-server (push) Successful in 30s
Test if Server can be built / dependency-track (push) Successful in 29s
Test if Server can be built / build-push-server-container (push) Failing after 4s
Test if Server can be built / dependency-track-container (push) Has been skipped
Test if Server can be built / sonarqube (push) Successful in 1m16s

This commit is contained in:
Timothy Schenk 2023-11-03 12:48:46 +01:00
parent d4c29fa9b9
commit 74cab50d57

View file

@ -78,7 +78,7 @@ jobs:
projectVersion: "${{ github.ref_name }}" projectVersion: "${{ github.ref_name }}"
bomFilename: "${{ github.workspace }}/bom.xml" bomFilename: "${{ github.workspace }}/bom.xml"
build-push-server-container: build-push-server-container:
runs-on: node:16-bullseye runs-on: ubuntu-latest
needs: build-server needs: build-server
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3