Skip to content

chore: remove Docker/GHCR build workflow - #71

Merged
elkaix merged 1 commit into
mainfrom
chore/remove-docker-workflow
Jun 3, 2026
Merged

chore: remove Docker/GHCR build workflow#71
elkaix merged 1 commit into
mainfrom
chore/remove-docker-workflow

Conversation

@elkaix

@elkaix elkaix commented Jun 3, 2026

Copy link
Copy Markdown
Member

Deletes .github/workflows/docker.yml entirely. No more amd64/arm64 image builds or pushes to ghcr.io/pythoughts-labs/pythinker-code on release tags.

Summary by CodeRabbit

  • Chores
    • Removed Docker container image build and deployment automation workflow that previously handled multi-architecture image builds and registry publishing.

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 086a10c0-e080-40f7-aeb9-ffdf8db34aac

📥 Commits

Reviewing files that changed from the base of the PR and between 95bbd99 and f030f13.

📒 Files selected for processing (1)
  • .github/workflows/docker.yml
💤 Files with no reviewable changes (1)
  • .github/workflows/docker.yml

📝 Walkthrough

Walkthrough

Deletion of .github/workflows/docker.yml removes the complete Docker build and release workflow. The workflow previously handled multi-architecture container builds, digest-based image publication to GHCR, manifest merging, and conditional :latest tag promotion based on release prerelease status.

Changes

Cohort / File(s) Summary
Workflow configuration
.github/workflows/docker.yml
Complete workflow removal (308 lines deleted). Eliminates release-tag inputs, version resolution, PyPI wheel gate, amd64/arm64 image builds, digest artifact merging into multi-arch manifests, and conditional :latest promotion logic tied to prerelease status.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal but clearly states what was deleted and its impact; however, it lacks the required template sections including Related Issue, checklist items, and details about testing/documentation updates. Add the required template sections: link the related issue, confirm CONTRIBUTING.md review, and verify checklist items (tests, changelog, docs) are completed or explain why they don't apply.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title follows conventional commits format (chore type) and accurately describes the main change: removal of the Docker/GHCR build workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-docker-workflow

Comment @coderabbitai help to get the list of available commands and usage tips.

@elkaix
elkaix merged commit 54ec5ed into main Jun 3, 2026
23 checks passed
@elkaix
elkaix deleted the chore/remove-docker-workflow branch July 17, 2026 20:04
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