added using ubuntu container for pipeline
This commit is contained in:
parent
a202ec8da0
commit
a3074c9b97
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@ on: [workflow_call]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: [iso-builder]
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
steps:
|
||||
-
|
||||
name: Build image with sway
|
||||
|
|
|
@ -2,6 +2,8 @@ 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