doc: fix typo in README.md

This commit is contained in:
tamipes 2026-01-14 19:59:12 +01:00
parent b050134b8f
commit fa5419ff0e

View file

@ -11,12 +11,12 @@ As you cannot run a forgejo runner with `nixos/nix` due to it not having `node`
docker load -i result
docker image tag nix "$URL/$USERNAME/nix:latest"
docker login "https://$URL"
docker push "$URL/$username/nix"
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)"
docker push "$URL/$username/nix"
docker push "$URL/$USERNAME/nix"
```