ci: aaaa
Some checks failed
Build and Deploy / build-server (push) Successful in 24s
Build and Deploy / dependency-track (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Failing after 27s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m15s
Some checks failed
Build and Deploy / build-server (push) Successful in 24s
Build and Deploy / dependency-track (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Failing after 27s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m15s
This commit is contained in:
parent
cc1ae6d460
commit
29ec2ed89b
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
file: ./Server/Dockerfile
|
||||
context: ./Server/Dockerfile
|
||||
push: true
|
||||
tags: wonderking/continuity: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
|
||||
|
|
Loading…
Reference in a new issue