No description
- Nix 100%
The upload-image step failed because the job container has no docker daemon: 'docker load' could not connect to unix:///var/run/docker.sock, leaving IMAGE_TAG empty and the push failing with 'invalid reference format'. Replace docker load/tag/push with skopeo, which copies the nix-built docker-archive tarball (result) straight into the registry without any daemon. A minimal policy.json is required by skopeo. |
||
|---|---|---|
| .forgejo/workflows | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
nix-runner-container
Generate a nix-based container to be used in forgejo actions.
In fact, this repository's action uses a previous version of its own container to upload new versions of itself.