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:
|
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,6 +2,8 @@ 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