diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 8a8346c..8f0a1c1 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -8,6 +8,9 @@ jobs: build: runs-on: runner + env: + DOCKER_VOLUME: ${{ secrets.DOCKER_VOLUME }} + steps: - name: Checkout uses: actions/checkout@v4