Need to add options to Docker image
This commit is contained in:
+7
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user