diff --git a/.github/workflows/buildseer.yml b/.github/workflows/buildseer.yml index 6256363..c6fb5ed 100644 --- a/.github/workflows/buildseer.yml +++ b/.github/workflows/buildseer.yml @@ -8,8 +8,10 @@ on: jobs: build-alaskarseer: runs-on: host - container: catthehacker/ubuntu:act-latest - options: --privileged + container: + image: catthehacker/ubuntu:act-latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock 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