main #69
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