first attempt to push an image

This commit is contained in:
Chris Kruining 2025-09-04 10:08:59 +02:00
parent fa81dbdcf6
commit 41a4fde9f2
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 42 additions and 1 deletions

View file

@ -0,0 +1,5 @@
FROM nixos/nix:latest
RUN nix-env -iA nixpkgs.nodejs_24
CMD ["/bin/bash"]

View file

@ -91,6 +91,7 @@ in
actions = {
ENABLED = true;
# DEFAULT_ACTIONS_URL = "https://data.forgejo.org";
};
other = {
@ -136,7 +137,8 @@ in
# tokenFile = config.age.secrets.forgejo-runner-token.path;
token = "ZBetud1F0IQ9VjVFpZ9bu0FXgx9zcsy1x25yvjhw";
labels = [
"default:docker://node:24-bookworm"
"default:docker://nixos/nix:latest"
"ubuntu:docker://ubuntu:24-bookworm"
];
settings = {
log.level = "info";