From 5b76ff007cbb66064eede16e259f1ada5ac77c08 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE / Redu-Sone B.V." Date: Mon, 16 Oct 2023 15:24:20 +0200 Subject: [PATCH] Added volumes --- .gitea/workflows/workflow.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: