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
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:
parent
f781c487a3
commit
eb34c23571
1 changed files with 2 additions and 2 deletions
|
@ -86,12 +86,12 @@ 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
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue