This commit is contained in:
parent
8b5362004d
commit
837263d883
2 changed files with 1 additions and 5 deletions
4
.github/workflows/buildseer.yml
vendored
4
.github/workflows/buildseer.yml
vendored
|
@ -10,12 +10,8 @@ jobs:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
|
||||||
- /certs:/certs
|
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://daemon:2376
|
DOCKER_HOST: tcp://daemon:2376
|
||||||
DOCKER_CERT_PATH: /certs/client
|
|
||||||
DOCKER_TLS_VERIFY: "1"
|
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.2
|
v2.2.3
|
||||||
|
|
Loading…
Reference in a new issue