ci: another one
Some checks reported warnings
Test if Server can be built / build-server (push) Successful in 25s
Test if Server can be built / dependency-track (push) Has been cancelled
Test if Server can be built / build-push-server-container (push) Has been cancelled
Test if Server can be built / dependency-track-container (push) Has been cancelled
Test if Server can be built / sonarqube (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-11-03 12:48:27 +01:00
parent d10a5f804b
commit d4c29fa9b9

View file

@ -89,17 +89,17 @@ 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: https://github.com/docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub - name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3 uses: docker/login-action@v3
with: with:
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: https://github.com/docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: ./Server/ context: ./Server/
push: true push: true