Need to add options to Docker image

This commit is contained in:
Greg Hellings
2025-11-25 16:48:18 -06:00
parent 9d006a1768
commit 5dd99f7bae
+7 -2
View File
@@ -33,10 +33,15 @@ default:
- IMG: - IMG:
- img-bitwarden - img-bitwarden
- img-immich - img-immich
variables:
NIX_OPTIONS: >-
--option
extra-experimental-features
"flake nix-command"
script: script:
- nix build ".#${IMG}" - nix $NIX_OPTIONS build ".#${IMG}"
- cp -L result "${IMG}.tar.gz" - cp -L result "${IMG}.tar.gz"
- nix build "nixpkgs#podman" --out-link podman - nix $NIX_OPTIONS build "nixpkgs#podman" --out-link podman
- >- - >-
./podman/bin/podman login ./podman/bin/podman login
-u "$CI_REGISTRY_USER" -u "$CI_REGISTRY_USER"