clsferguson
249ff20e20
ci(sync): detect upstream release, sync master, build with GH fallback, and publish release
...
- Gate on new upstream release whose tag matches comfyui_version.py; skip if already released locally.
- Sync master from upstream (keep local README.md), then build and push image on GH runner with pre-clean; fallback to ephemeral self-hosted if GH build fails; publish release if either path succeeds.
- Remove unnecessary post-job cleanup since runners are ephemeral; rely on setup-buildx cleanup.
2025-09-30 15:07:11 -06:00
clsferguson
ab630fcca0
Add cleanup step in sync-build-release workflow
2025-09-12 20:36:26 -06:00
clsferguson
c7989867d7
Refactor upstream release check and cleanup steps
2025-09-12 20:34:49 -06:00
clsferguson
0d76dc1b18
Implement finalize job for workflow outcomes
...
Added a finalize job to handle outcomes based on upstream releases and publish results.
2025-09-12 10:56:16 -06:00
clsferguson
1da5dc48e6
Refactor CI workflow conditions and cleanup steps
...
Updated conditions for build and publish steps in CI workflow.
2025-09-12 10:47:02 -06:00
clsferguson
7b3b6fcbfd
Remove provenance and SBOM options from Docker builds
2025-09-10 22:53:05 -06:00
clsferguson
a8ada2ac01
Add latest Docker image pull command to release notes
...
Updated release notes to include latest Docker image pull command.
2025-09-10 21:50:14 -06:00
clsferguson
7decaccfcd
Add platform specification for Docker builds
2025-09-10 21:38:58 -06:00
clsferguson
a86c49b5ff
Refactor publish and finalize conditions in workflow
...
Updated conditions for publishing and finalizing outcomes in the CI workflow.
2025-09-10 21:05:46 -06:00
clsferguson
4b9b7ba771
Refactor sync-build-release workflow
...
Removed unnecessary cleanup steps and adjusted job names.
2025-09-09 23:02:38 -06:00
clsferguson
8538d95ce5
Refactor CI workflow for GitHub-hosted runners
...
Updated workflow to use GitHub-hosted runners and added cleanup steps for Docker images.
2025-09-09 22:27:46 -06:00
clsferguson
babceb30a5
Add sync and build workflow for Docker image
...
This workflow syncs the fork with the upstream repository and builds a Docker image on new releases.
2025-09-06 21:42:16 -06:00