diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9292e9f..d424686 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: |