Renamed workflow beebox -> rock5b

This commit is contained in:
Andrea Ciceri 2022-12-28 18:39:02 +01:00
parent ff6d91c282
commit eb2197d7be
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -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