move everything
This commit is contained in:
@@ -9,6 +9,7 @@ env:
|
|||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
VERSION: ${{ github.ref_name }}
|
VERSION: ${{ github.ref_name }}
|
||||||
|
STORAGE_DRIVER: vfs
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
@@ -42,7 +42,8 @@ jobs:
|
|||||||
needs: tests
|
needs: tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
#- uses: actions/download-artifact@v4
|
||||||
|
- uses: christopherhx/gitea-download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tests-results
|
name: tests-results
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
Reference in New Issue
Block a user