Volumes should be specified in runner config
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m38s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -47s Details

This commit is contained in:
Anne de Jong 2023-10-16 14:14:36 +02:00
parent 24f849d9ee
commit db9a1a28a5
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ jobs:
container:
image: ascee/ubuntu_build:latest
volumes:
- /docker_volumes/lasp_dist:/dist
# Volumes should also be specified in config.yml of the act runner
- lasp_dist:/dist
steps:
- name: Checkout
uses: actions/checkout@v4
@ -32,7 +33,7 @@ jobs:
needs: Build-Test-Ubuntu
container:
volumes:
- /docker_volumes/lasp_dist:/dist
- lasp_dist:/dist
steps: