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]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [iso-builder]
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Build image with sway
|
||||
|
|
|
@ -2,8 +2,7 @@ on: [workflow_call]
|
|||
jobs:
|
||||
prebuild:
|
||||
runs-on: [iso-builder]
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue