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:
|
||||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
v2.2.2
|
||||
v2.2.3
|
||||
|
|
Loading…
Reference in a new issue