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:
|
||||
build:
|
||||
name: Build NixOS Base Image
|
||||
runs-on: nixos-latest
|
||||
env:
|
||||
NIXOS_BUILER_HOST: nixos-builder.lab
|
||||
|
|
@ -62,6 +63,7 @@ jobs:
|
|||
path: result
|
||||
|
||||
release:
|
||||
name: Release Image
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: success()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue