testing
Some checks failed
Build AlaskarSeer / build-alaskarseer (push) Failing after 12s

This commit is contained in:
nomadics9 2025-01-04 06:49:29 +03:00
parent 00d1b8b4e3
commit 8b5362004d
2 changed files with 4 additions and 3 deletions

View file

@ -11,11 +11,12 @@ jobs:
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
volumes: volumes:
- host/certs:/certs - /certs:/certs
env: env:
DOCKER_HOST: tcp://daemon:2376 DOCKER_HOST: tcp://daemon:2376
DOCKER_CERT_PATH: /certs/client DOCKER_CERT_PATH: /certs/client
DOCKER_TLS_VERIFY: "0" DOCKER_TLS_VERIFY: "1"
privileged: true
steps: steps:
# Step 1: Check out the repository # Step 1: Check out the repository

View file

@ -1 +1 @@
v2.2.3 v2.2.2