gh actions: use working image
This commit is contained in:
2
.github/workflows/test_and_publish.yml
vendored
2
.github/workflows/test_and_publish.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
name: Test and CPAN Upload
|
name: Test and CPAN Upload
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: 'netdisco/netdisco:latest-do'
|
image: 'netdisco/netdisco:2.047002-do'
|
||||||
options: '--user root --entrypoint /bin/ash'
|
options: '--user root --entrypoint /bin/ash'
|
||||||
volumes:
|
volumes:
|
||||||
- '/home/runner/work:/github/workspace'
|
- '/home/runner/work:/github/workspace'
|
||||||
|
|||||||
Reference in New Issue
Block a user