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