ci: maybe?
Some checks failed
Build and Deploy / build-server (push) Successful in 28s
Build and Deploy / sonarqube (push) Has been skipped
Build and Deploy / dependency-track (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Failing after 1m3s
Build and Deploy / dependency-track-container (push) Has been skipped
Some checks failed
Build and Deploy / build-server (push) Successful in 28s
Build and Deploy / sonarqube (push) Has been skipped
Build and Deploy / dependency-track (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Failing after 1m3s
Build and Deploy / dependency-track-container (push) Has been skipped
This commit is contained in:
parent
c9ef8f42c0
commit
9dc98614c3
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
sonarqube:
|
||||
needs: build-server
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
if: github.ref_name == 'master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup dotnet
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Server/Dockerfile
|
||||
file: Server/Dockerfile
|
||||
push: true
|
||||
tags: wonderking/continuity:latest,wonderking/continuity:${{ github.ref_name }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
|
|
Loading…
Reference in a new issue