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

This commit is contained in:
Timothy Schenk 2023-11-03 13:16:45 +01:00
parent eb34c23571
commit 1251894106

View file

@ -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