Renamed workflow beebox
-> rock5b
This commit is contained in:
parent
ff6d91c282
commit
eb2197d7be
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-rock5b.yaml
vendored
6
.github/workflows/build-rock5b.yaml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: build-beebox
|
name: build-rock5b
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
push:
|
push:
|
||||||
|
@ -7,7 +7,7 @@ on:
|
||||||
- update_flake_lock_action
|
- update_flake_lock_action
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-beebox:
|
build-rock5b:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -24,4 +24,4 @@ jobs:
|
||||||
name: aciceri-fleet
|
name: aciceri-fleet
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#nixosConfigurations.beebox.config.system.build.toplevel
|
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#nixosConfigurations.rock5b.config.system.build.toplevel
|
||||||
|
|
Loading…
Add table
Reference in a new issue