move everything
Some checks failed
Go-Tests / tests (push) Successful in 1m57s
Go-Tests / sonar (push) Failing after 29s

This commit is contained in:
2025-08-19 16:28:35 +02:00
parent 295d7d5373
commit 763b204760
3 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VERSION: ${{ github.ref_name }}
STORAGE_DRIVER: vfs
jobs:
build:

View File

@@ -42,7 +42,8 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
#- uses: actions/download-artifact@v4
- uses: christopherhx/gitea-download-artifact@v4
with:
name: tests-results
- name: SonarQube Scan