ci: again
Some checks reported warnings
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / dependency-track (push) Successful in 31s
Test if Server can be built / sonarqube (push) Successful in 1m19s
Test if Server can be built / build-push-server-container (push) Has been cancelled
Test if Server can be built / dependency-track-container (push) Has been cancelled
Some checks reported warnings
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / dependency-track (push) Successful in 31s
Test if Server can be built / sonarqube (push) Successful in 1m19s
Test if Server can be built / build-push-server-container (push) Has been cancelled
Test if Server can be built / dependency-track-container (push) Has been cancelled
This commit is contained in:
parent
c0653b7750
commit
ae39df37b6
1 changed files with 4 additions and 5 deletions
|
@ -78,7 +78,7 @@ jobs:
|
||||||
projectVersion: "${{ github.ref_name }}"
|
projectVersion: "${{ github.ref_name }}"
|
||||||
bomFilename: "${{ github.workspace }}/bom.xml"
|
bomFilename: "${{ github.workspace }}/bom.xml"
|
||||||
build-push-server-container:
|
build-push-server-container:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
|
@ -95,9 +95,6 @@ jobs:
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: forge.rainote.dev
|
registry: forge.rainote.dev
|
||||||
tags: |
|
|
||||||
Wonderking/Continuity:latest
|
|
||||||
Wonderking/Continuity:${{ github.ref_name }}
|
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
@ -105,7 +102,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./Server/
|
context: ./Server/
|
||||||
push: true
|
push: true
|
||||||
tags: user/repo:latest
|
tags: |
|
||||||
|
Wonderking/Continuity:latest
|
||||||
|
Wonderking/Continuity:${{ github.ref_name }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
dependency-track-container:
|
dependency-track-container:
|
||||||
needs: build-push-server-container
|
needs: build-push-server-container
|
||||||
|
|
Loading…
Add table
Reference in a new issue