This commit is contained in:
parent
436c6fd2fa
commit
613e385530
2 changed files with 5 additions and 3 deletions
6
.github/workflows/buildseer.yml
vendored
6
.github/workflows/buildseer.yml
vendored
|
@ -8,8 +8,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-alaskarseer:
|
build-alaskarseer:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
container: catthehacker/ubuntu:act-latest
|
container:
|
||||||
options: --privileged
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Step 1: Check out the repository
|
# Step 1: Check out the repository
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.2.2
|
v2.2.3
|
||||||
|
|
Loading…
Reference in a new issue