chore(gitlab-ci): use fradrive-env user
This commit is contained in:
parent
c85e254cfb
commit
d133020b05
@ -14,6 +14,9 @@ default:
|
|||||||
image:
|
image:
|
||||||
name: registry.uniworx.de/fradrive/fradrive/fradrive-env:latest # bookworm # registry.uniworx.de/uniworx/containers/nix-attic:latest
|
name: registry.uniworx.de/fradrive/fradrive/fradrive-env:latest # bookworm # registry.uniworx.de/uniworx/containers/nix-attic:latest
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
|
docker:
|
||||||
|
platform: x86_64
|
||||||
|
user: fradrive-env
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
NIX_PATH: "nixpkgs=http://nixos.org/channels/nixos-23.11/nixexprs.tar.xz"
|
NIX_PATH: "nixpkgs=http://nixos.org/channels/nixos-23.11/nixexprs.tar.xz"
|
||||||
|
|||||||
Reference in New Issue
Block a user