Set arguments directly

This commit is contained in:
Greg Hellings
2025-11-25 16:55:13 -06:00
parent fbd7f0baef
commit ac23848173
+6 -6
View File
@@ -33,14 +33,14 @@ default:
- IMG: - IMG:
- img-bitwarden - img-bitwarden
- img-immich - img-immich
variables:
NIX_OPTIONS: >-
--extra-experimental-features
"nix-command flakes"
script: script:
- nix $NIX_OPTIONS build ".#${IMG}" - nix --extra-experimental-features "nix-command flakes" build ".#${IMG}"
- cp -L result "${IMG}.tar.gz" - cp -L result "${IMG}.tar.gz"
- nix $NIX_OPTIONS build "nixpkgs#podman" --out-link podman - >-
nix
--extra-experimental-features "nix-command flakes"
build "nixpkgs#podman"
--out-link podman
- >- - >-
./podman/bin/podman login ./podman/bin/podman login
-u "$CI_REGISTRY_USER" -u "$CI_REGISTRY_USER"