ci: I guess
Some checks failed
Build and Deploy / build-server (push) Successful in 28s
Build and Deploy / dependency-track (push) Successful in 31s
Build and Deploy / build-push-server-container (push) Failing after 29s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m18s

This commit is contained in:
Timothy Schenk 2023-11-03 15:03:09 +01:00
parent cb0732dd1c
commit cc98e1f960

View file

@ -105,7 +105,7 @@ jobs:
context: .
file: Server/Dockerfile
push: true
tags: ${{ github.server_url }}/${{ github.repository }}:latest,${{ github.server_url }}/${{ github.repository }}:${{ github.ref_name }}
tags: forge.rainote.dev/${{ github.repository }}:latest,${{ github.server_url }}/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64
dependency-track-container:
needs: build-push-server-container