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
|
- vm-test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- run: |
|
- run: nix build -L ".#${{ matrix.image }}"
|
||||||
nix build -L ".#${{ matrix.image }}"
|
- run: podman load -i "$(readlink result)"
|
||||||
sleep 3
|
- run: podman login -u greg -p "${REGISTRY_PASSWORD}" src.thehellings.com
|
||||||
ls -l result
|
- run: podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
|
||||||
podman load -i "$(readlink result)"
|
|
||||||
podman login -u greg -p "${REGISTRY_PASSWORD}"
|
|
||||||
podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
|
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ let
|
|||||||
in
|
in
|
||||||
lib'.mkImage {
|
lib'.mkImage {
|
||||||
name = name "builder";
|
name = name "builder";
|
||||||
|
config.Env = [ "TEMP=/tmp" ];
|
||||||
contents = lib'.basePackages ++ [
|
contents = lib'.basePackages ++ [
|
||||||
buildah
|
buildah
|
||||||
(fakeNss.override {
|
(fakeNss.override {
|
||||||
@@ -52,5 +53,9 @@ lib'.mkImage {
|
|||||||
podman
|
podman
|
||||||
policy
|
policy
|
||||||
];
|
];
|
||||||
|
extraCommands = ''
|
||||||
|
mkdir -p tmp
|
||||||
|
mkdir -p var/tmp
|
||||||
|
'';
|
||||||
includeNixDB = true;
|
includeNixDB = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user