doc: fix typo in README.md
This commit is contained in:
parent
b050134b8f
commit
fa5419ff0e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue