Compare commits
No commits in common. "docker-upload" and "main" have entirely different histories.
docker-upl
...
main
2 changed files with 2 additions and 15 deletions
|
|
@ -27,9 +27,4 @@ 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,12 +27,4 @@ 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