fix: don't use repo for name
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
trev 2025-05-17 01:54:56 -04:00
parent 9e26479f67
commit 77859b3d94

View File

@ -106,9 +106,9 @@ jobs:
- name: Build & Load Images
run: |
nix build .#${REPOSITORY}-linux-amd64-image && ./result | docker load
nix build .#${REPOSITORY}-linux-arm64-image && ./result | docker load
nix build .#${REPOSITORY}-linux-arm-image && ./result | docker load
nix build .#trevstack-linux-amd64-image && ./result | docker load
nix build .#trevstack-linux-arm64-image && ./result | docker load
nix build .#trevstack-linux-arm-image && ./result | docker load
- name: Push Images
run: |