Commit d01b067

HPCesia <me@hpcesia.com>
2026-07-02 11:05:10
Move container to docker.io
1 parent f1d4b72
Changed files (2)
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