Added container specification for build
This commit is contained in:
parent
abf8df26f0
commit
2adc63e81f
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: docker:latest
|
||||||
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: docker:latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
|
Loading…
Add table
Reference in a new issue