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