File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 build-and-test :
1313 name : Build and test
14- runs-on : ubuntu-jammy
14+ runs-on : ubuntu-22.04
1515 timeout-minutes : 15
1616
1717 steps :
3838
3939 validate-prod-dependencies :
4040 name : Validate production dependencies
41- runs-on : ubuntu-jammy
41+ runs-on : ubuntu-22.04
4242 continue-on-error : true
4343 timeout-minutes : 15
4444
7373 trivy-scanning :
7474 uses : nrkno/github-workflow-docker-build-push/.github/workflows/workflow.yaml@v4.1.1
7575 with :
76- runs-on : " ['ubuntu-jammy ']"
76+ runs-on : " ['ubuntu-22.04 ']"
7777 registry-url : ghcr.io
7878 name : nrkno/sofie-quantel-gateway
7979 # Don't actually push any images, this is just for trivy scanning for now
8888
8989 docker-image-release :
9090 name : Make docker image release
91- runs-on : ubuntu-jammy
91+ runs-on : ubuntu-22.04
9292 needs : [build-and-test, validate-prod-dependencies]
9393 timeout-minutes : 30
9494
You can’t perform that action at this time.
0 commit comments