Should be host volume
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Failing after 2m29s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Has been skipped Details

This commit is contained in:
Anne de Jong 2023-10-16 13:49:04 +02:00
parent bcbb5b0720
commit 24f849d9ee
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
container:
image: ascee/ubuntu_build:latest
volumes:
- lasp_dist:/dist
- /docker_volumes/lasp_dist:/dist
steps:
- name: Checkout
uses: actions/checkout@v4
@ -32,7 +32,7 @@ jobs:
needs: Build-Test-Ubuntu
container:
volumes:
- lasp_dist:/dist
- /docker_volumes/lasp_dist:/dist
steps: