This commit is contained in:
parent
3e7b8807c3
commit
154084b721
2 changed files with 5 additions and 1 deletions
4
.github/workflows/buildseer.yml
vendored
4
.github/workflows/buildseer.yml
vendored
|
@ -10,8 +10,12 @@ jobs:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
volume:
|
||||||
|
- /certs:/certs
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://daemon:2376
|
DOCKER_HOST: tcp://daemon:2376
|
||||||
|
DOCKER_CERT_PATH: /certs/client
|
||||||
|
DOCKER_TLS_VERIFY: "1"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.2
|
v2.2.3
|
||||||
|
|
Loading…
Reference in a new issue