use rbac for leases
Some checks failed
Build and Publish / build-release (push) Failing after 3m44s

This commit is contained in:
2026-04-07 11:32:06 -05:00
parent f94a433416
commit 244177a9b4
25 changed files with 88 additions and 88 deletions

View File

@@ -21,6 +21,13 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main
with:
flake-lock-path: ./build/flake.lock
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Docker Image via Nix Flake
run: |