diff --git a/README.md b/README.md index 1b53f56..7a6fa46 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ As you cannot run a forgejo runner with `nixos/nix` due to it not having `node` USERNAME="tamipes" URL="git.tami.moe" nix build --extra-experimental-features "flakes nix-command" . - docker login "https://$URL" docker load -i result docker image tag nix "$URL/$USERNAME/nix:latest" + docker login "https://$URL" docker push "$URL/$username/nix" + rm result # don't forget to cleanup the GC root # I also tag with the date, but this might be unneeded docker image tag nix "$URL/$USERNAME/nix:latest$(date --iso-8601)"