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
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:
parent
259d8e72a9
commit
58e34b06ad
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue