This commit is contained in:
parent
85072122a6
commit
a3c463d679
2 changed files with 6 additions and 2 deletions
6
.github/workflows/buildseer.yml
vendored
6
.github/workflows/buildseer.yml
vendored
|
@ -7,7 +7,11 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-alaskarseer:
|
build-alaskarseer:
|
||||||
runs-on: docker
|
runs-on: host
|
||||||
|
services:
|
||||||
|
docker:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
options: --privileged
|
||||||
|
|
||||||
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