This commit is contained in:
parent
9e26479f67
commit
77859b3d94
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user