ci: add docker compatible container for dtrack container
Some checks failed
Build and Deploy / build-server (push) Successful in 25s
Build and Deploy / dependency-track (push) Successful in 31s
Build and Deploy / build-push-server-container (push) Failing after 28s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m23s
Some checks failed
Build and Deploy / build-server (push) Successful in 25s
Build and Deploy / dependency-track (push) Successful in 31s
Build and Deploy / build-push-server-container (push) Failing after 28s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m23s
This commit is contained in:
parent
58e34b06ad
commit
137bc0dac1
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ jobs:
|
||||||
dependency-track-container:
|
dependency-track-container:
|
||||||
needs: build-push-server-container
|
needs: build-push-server-container
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
|
|
Loading…
Reference in a new issue