add nix
This commit is contained in:
parent
316dcc2c95
commit
1759ef44b0
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
labels = [
|
||||
"debian-stable:docker://docker.io/debian:stable-slim"
|
||||
"alpine-latest:docker://docker.io/alpine:latest"
|
||||
"nix-latest:docker://docker.io/nixos/nix:latest"
|
||||
"buildkit:docker://docker.io/moby/buildkit:rootless"
|
||||
];
|
||||
tokenFile = config.age.secrets.forgejo-runner-token-env.path;
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
images=(
|
||||
docker.io/library/debian:stable-slim
|
||||
docker.io/library/alpine:latest
|
||||
docker.io/nixos/nix:latest
|
||||
docker.io/moby/buildkit:latest
|
||||
)
|
||||
for image in "''${images[@]}"; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue