Compare commits
5 commits
main
...
docker-upl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ff01a2b72 | ||
|
|
752b51336b | ||
|
|
699fc46f38 | ||
|
|
118368e8fa | ||
|
|
af151af445 |
2 changed files with 15 additions and 2 deletions
|
|
@ -27,4 +27,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd stable-with-flakes
|
cd stable-with-flakes
|
||||||
nix build .#nixos-stable
|
nix build .#nixos-stable
|
||||||
cd ..
|
|
||||||
|
- name: Load
|
||||||
|
run: |
|
||||||
|
cd stable-with-flakes
|
||||||
|
docker load < result
|
||||||
|
docker image ls
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd unstable-with-flakes
|
cd unstable-with-flakes
|
||||||
nix build .#nixos-unstable
|
nix build .#nixos-unstable
|
||||||
cd ..
|
|
||||||
|
- name: Load
|
||||||
|
run: |
|
||||||
|
cd unstable-with-flakes
|
||||||
|
docker load < result
|
||||||
|
docker image ls
|
||||||
|
|
||||||
|
- name: Push
|
||||||
|
run: docker push git.ahoneybun.net/ahoneybun/nixos-unstable:0.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue