ci: does this help with mapping to project?
Some checks reported warnings
Build and Deploy / dependency-track (push) Has been cancelled
Build and Deploy / build-push-server-container (push) Has been cancelled
Build and Deploy / dependency-track-container (push) Has been cancelled
Build and Deploy / sonarqube (push) Has been cancelled
Build and Deploy / build-server (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-11-03 14:52:30 +01:00
parent 259d8e72a9
commit 58e34b06ad

View file

@ -102,11 +102,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
registry: forge.rainote.dev
context: .
file: Server/Dockerfile
push: true
tags: forge.rainote.dev/wonderking/continuity:latest,forge.rainote.dev/wonderking/continuity:${{ github.ref_name }}
tags: forge.rainote.dev/Wonderking/Continuity:latest,forge.rainote.dev/Wonderking/Continuity:${{ github.ref_name }}
platforms: linux/amd64
dependency-track-container:
needs: build-push-server-container