feat: Update Docker image reference in Nix configuration
The Docker image reference for the "nix" key in the `systems/x86_64-linux/mx/forgejo.nix` file was updated. This change points to a more recent version of the image, "nix-runner:latest", to ensure our deployments are based on the latest state.
This commit is contained in:
parent
a4805ea27c
commit
0520a52155
|
@ -67,7 +67,7 @@
|
|||
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
|
||||
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
|
||||
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||
"nix:docker://backslashhh/nix:latest"
|
||||
"nix:docker://backslashhh/nix-runner:latest"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue