job names
This commit is contained in:
parent
eef45b8158
commit
b1f22d88eb
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build NixOS Base Image
|
||||||
runs-on: nixos-latest
|
runs-on: nixos-latest
|
||||||
env:
|
env:
|
||||||
NIXOS_BUILER_HOST: nixos-builder.lab
|
NIXOS_BUILER_HOST: nixos-builder.lab
|
||||||
|
|
@ -62,6 +63,7 @@ jobs:
|
||||||
path: result
|
path: result
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
name: Release Image
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: success()
|
if: success()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue