Actually working builds?!
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (immich) (push) Failing after 51s
Build images / Build (sword-container-builder) (push) Failing after 1m5s
Build images / Build (builder) (push) Failing after 1m14s
Build images / Build (bitwarden) (push) Failing after 1m28s
Build images / Build (vm-test) (push) Failing after 2m48s
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (immich) (push) Failing after 51s
Build images / Build (sword-container-builder) (push) Failing after 1m5s
Build images / Build (builder) (push) Failing after 1m14s
Build images / Build (bitwarden) (push) Failing after 1m28s
Build images / Build (vm-test) (push) Failing after 2m48s
This commit is contained in:
@@ -19,10 +19,7 @@ jobs:
|
||||
- vm-test
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- run: |
|
||||
nix build -L ".#${{ matrix.image }}"
|
||||
sleep 3
|
||||
ls -l result
|
||||
podman load -i "$(readlink result)"
|
||||
podman login -u greg -p "${REGISTRY_PASSWORD}"
|
||||
podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
|
||||
- run: nix build -L ".#${{ matrix.image }}"
|
||||
- run: podman load -i "$(readlink result)"
|
||||
- run: podman login -u greg -p "${REGISTRY_PASSWORD}" src.thehellings.com
|
||||
- run: podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
|
||||
|
||||
@@ -34,6 +34,7 @@ let
|
||||
in
|
||||
lib'.mkImage {
|
||||
name = name "builder";
|
||||
config.Env = [ "TEMP=/tmp" ];
|
||||
contents = lib'.basePackages ++ [
|
||||
buildah
|
||||
(fakeNss.override {
|
||||
@@ -52,5 +53,9 @@ lib'.mkImage {
|
||||
podman
|
||||
policy
|
||||
];
|
||||
extraCommands = ''
|
||||
mkdir -p tmp
|
||||
mkdir -p var/tmp
|
||||
'';
|
||||
includeNixDB = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user