ci: rearrange
Some checks reported warnings
Build and Deploy / build-server (push) Successful in 27s
Build and Deploy / dependency-track (push) Successful in 31s
Build and Deploy / sonarqube (push) Successful in 1m23s
Build and Deploy / dependency-track-container (push) Has been cancelled
Build and Deploy / build-push-server-container (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-11-03 13:09:30 +01:00
parent f781c487a3
commit eb34c23571

View file

@ -86,12 +86,12 @@ 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
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: