ci: downgrade qemu setup
Some checks failed
Build and Deploy / build-server (push) Successful in 26s
Build and Deploy / dependency-track (push) Successful in 30s
Build and Deploy / build-push-server-container (push) Failing after 13s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m21s
Some checks failed
Build and Deploy / build-server (push) Successful in 26s
Build and Deploy / dependency-track (push) Successful in 30s
Build and Deploy / build-push-server-container (push) Failing after 13s
Build and Deploy / dependency-track-container (push) Has been skipped
Build and Deploy / sonarqube (push) Successful in 1m21s
This commit is contained in:
parent
74cab50d57
commit
941cfa2d03
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Test if Server can be built
|
name: Build and Deploy
|
||||||
run-name: ${{ gitea.actor }} is building the Server application
|
run-name: ${{ gitea.actor }} is building the Server application
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
# 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@v3
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
|
Loading…
Reference in a new issue