Skip to content

chore(ci): disable Docker publish job in release pipeline#620

Merged
Aaronontheweb merged 2 commits into
devfrom
chore/disable-docker-release-publish
Apr 12, 2026
Merged

chore(ci): disable Docker publish job in release pipeline#620
Aaronontheweb merged 2 commits into
devfrom
chore/disable-docker-release-publish

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Collaborator

Summary

  • Gate the publish-docker job in .github/workflows/publish_release_binaries.yml with if: false so release tags no longer push netclawd images to GHCR.
  • We're not ready to publish the Docker image yet; re-enable by flipping the guard (or removing it) when the Docker release is green-lit.
  • No downstream jobs depend on publish-docker; publish-binaries and the Cloudflare Pages manifest job are unaffected. validate_docker_image.yml (PR build, no push) is untouched.

Test plan

  • CI passes on this PR (no release tag triggered, so the disabled job is a no-op here).
  • On the next release tag, confirm publish-docker is skipped and publish-binaries still runs.

Gate the publish-docker job with `if: false` so release tags no longer
push netclawd images to GHCR. We're not ready to ship the image yet;
re-enable by flipping the guard when publishing is green-lit.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) April 12, 2026 23:41
@Aaronontheweb Aaronontheweb merged commit 581feaf into dev Apr 12, 2026
3 checks passed
@Aaronontheweb Aaronontheweb deleted the chore/disable-docker-release-publish branch April 12, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant