Commit d01b067
flake.nix
@@ -21,7 +21,7 @@
}: {
packages.default = pkgs.callPackage ./package.nix {
nix2container = inputs'.nix2container.packages.nix2container;
- name = "repo.hpcesia.com/HPCesia/nix-act-image";
+ name = "docker.io/HPCesia/nix-act-image";
};
};
});
README.md
@@ -14,7 +14,7 @@ This image use [nlewo/nix2container](https://github.com/nlewo/nix2container) to
```sh
# Test image
nix run .#packages.x86_64-linux.default.copyToPodman
-podman run -it repo.hpcesia.com/hpcesia/nix-act-image:latest
+podman run -it docker.io/hpcesia/nix-act-image:latest
```
```sh