ci: again
Some checks reported warnings
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / dependency-track (push) Successful in 31s
Test if Server can be built / sonarqube (push) Successful in 1m19s
Test if Server can be built / build-push-server-container (push) Has been cancelled
Test if Server can be built / dependency-track-container (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-11-03 12:34:31 +01:00
parent c0653b7750
commit ae39df37b6

View file

@ -78,7 +78,7 @@ jobs:
projectVersion: "${{ github.ref_name }}"
bomFilename: "${{ github.workspace }}/bom.xml"
build-push-server-container:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
@ -95,9 +95,6 @@ jobs:
uses: https://github.com/docker/login-action@v3
with:
registry: forge.rainote.dev
tags: |
Wonderking/Continuity:latest
Wonderking/Continuity:${{ github.ref_name }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
@ -105,7 +102,9 @@ jobs:
with:
context: ./Server/
push: true
tags: user/repo:latest
tags: |
Wonderking/Continuity:latest
Wonderking/Continuity:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
dependency-track-container:
needs: build-push-server-container