ci: idk what to do with this
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
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
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
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
This commit is contained in:
parent
eb34c23571
commit
1251894106
1 changed files with 9 additions and 3 deletions
|
@ -86,22 +86,28 @@ jobs:
|
|||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
# https://github.com/docker/setup-qemu-action
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
image: aschmelyun/cleaver:latest
|
||||
registry: forge.rainote.dev
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
context: ./Server/
|
||||
image: aschmelyun/cleaver:latest
|
||||
file: ./Server/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
Wonderking/Continuity:latest
|
||||
|
|
Loading…
Reference in a new issue