ci(forgejo): bootstrap docker for image release #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/bilig-release-docker-bootstrap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- install and start docker in the Forgejo release job when the runner does not already provide it\n- keep the release workflow self-sufficient on the bilig-ci runner\n- preserve the arm64 image target introduced for the lab deployment path\n\n## Testing\n- python - <<'PY'\n import yaml, pathlib\n yaml.safe_load(pathlib.Path('.forgejo/workflows/release-images.yml').read_text())\n print('yaml ok')\n PY\n- git push -u origin codex/bilig-release-docker-bootstrap\n