diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 38ff713..9b5edf3 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -6,7 +6,10 @@ on: jobs: Build-Test-Ubuntu: runs-on: ubuntu-latest - container: ascee/ubuntu_build:latest + container: + image: ascee/ubuntu_build:latest + volumes: + lasp_dist:/dist steps: - name: Checkout uses: actions/checkout@v4 @@ -26,6 +29,9 @@ jobs: Release-Ubuntu: runs-on: ubuntu-latest + container: + volumes: + lasp_dist:/dist needs: Build-Test-Ubuntu if: startsWith(gitea.ref, 'refs/tags/v') container: