diff --git a/.github/workflows/buildseer.yml b/.github/workflows/buildseer.yml index 6cc8c15..b34b0b6 100644 --- a/.github/workflows/buildseer.yml +++ b/.github/workflows/buildseer.yml @@ -10,8 +10,12 @@ jobs: runs-on: host container: image: catthehacker/ubuntu:act-latest + volume: + - /certs:/certs env: DOCKER_HOST: tcp://daemon:2376 + DOCKER_CERT_PATH: /certs/client + DOCKER_TLS_VERIFY: "1" 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