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
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0
|
dotnet-version: 7.0
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v2
|
|
||||||
# Add support for more platforms with QEMU (optional)
|
# Add support for more platforms with QEMU (optional)
|
||||||
# https://github.com/docker/setup-qemu-action
|
# https://github.com/docker/setup-qemu-action
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
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
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
image: aschmelyun/cleaver:latest
|
||||||
registry: forge.rainote.dev
|
registry: forge.rainote.dev
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
context: ./Server/
|
image: aschmelyun/cleaver:latest
|
||||||
|
file: ./Server/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
Wonderking/Continuity:latest
|
Wonderking/Continuity:latest
|
||||||
|
|
Loading…
Reference in a new issue