Revert back using ubuntu container
This commit is contained in:
parent
451a4659cc
commit
5490711050
2 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
||||||
name: TileOS Sway SO Builder
|
name: TileOS Sway ISO Builder
|
||||||
on: [workflow_call]
|
on: [workflow_call]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [iso-builder]
|
runs-on: [iso-builder]
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-22.04
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Build image with sway
|
name: Build image with sway
|
||||||
|
|
|
@ -2,8 +2,7 @@ on: [workflow_call]
|
||||||
jobs:
|
jobs:
|
||||||
prebuild:
|
prebuild:
|
||||||
runs-on: [iso-builder]
|
runs-on: [iso-builder]
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-22.04
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|
Loading…
Add table
Reference in a new issue