Volumes should be specified in runner config
This commit is contained in:
parent
24f849d9ee
commit
db9a1a28a5
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user