diff --git a/.github/workflows/buildseer.yml b/.github/workflows/buildseer.yml index c8dcf80..8652adf 100644 --- a/.github/workflows/buildseer.yml +++ b/.github/workflows/buildseer.yml @@ -11,11 +11,11 @@ jobs: container: image: catthehacker/ubuntu:act-latest volumes: - - /certs:/certs + - host/certs:/certs env: DOCKER_HOST: tcp://daemon:2376 DOCKER_CERT_PATH: /certs/client - DOCKER_TLS_VERIFY: "1" + DOCKER_TLS_VERIFY: "0" steps: # Step 1: Check out the repository diff --git a/alaskarseer/version.txt b/alaskarseer/version.txt index 6c8b2a3..0b1f88b 100644 --- a/alaskarseer/version.txt +++ b/alaskarseer/version.txt @@ -1 +1 @@ -v2.2.2 +v2.2.3