This commit is contained in:
parent
1d9a1fee6b
commit
7e8ebab389
2 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ on:
|
|||
jobs:
|
||||
docker:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
volumes:
|
||||
- certs:/certs
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_VERIFY: "1"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ on:
|
|||
jobs:
|
||||
docker:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
volumes:
|
||||
- certs:/certs
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_VERIFY: "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue