Skip to content

Push only amd64 image to Gamewarden Harbor registry#460

Merged
esarafianou merged 1 commit into
masterfrom
harbor_amd
May 11, 2026
Merged

Push only amd64 image to Gamewarden Harbor registry#460
esarafianou merged 1 commit into
masterfrom
harbor_amd

Conversation

@esarafianou

Copy link
Copy Markdown
Contributor

Summary

Push only amd64 image to Gamewarden Harbor registry

Release Note

NONE

@mm-cloud-bot mm-cloud-bot added the release-note-none Denotes a PR that doesn't merit a release note. label May 8, 2026
@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 61e59c9c-14b8-40dc-88c0-1e14cf1c4cab

📥 Commits

Reviewing files that changed from the base of the PR and between f890db6 and 8efdc9b.

📒 Files selected for processing (1)
  • .github/workflows/cd.yml

📝 Walkthrough

Walkthrough

The CD workflow's Gamewarden image mirroring step is refactored from docker buildx imagetools create to an explicit sequence: define source and destination image tags, pull the linux/amd64 image, retag it to the Gamewarden registry, and push it. The remaining workflow steps remain unchanged.

Changes

CD Workflow Image Mirroring

Layer / File(s) Summary
Gamewarden Image Mirror Step
.github/workflows/cd.yml
The cd/push-operator-to-gamewarden step replaces docker buildx imagetools create copy with explicit pull, tag, and push commands using SRC and DST environment variables for source and destination image tags.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and specifically describes the main change: pushing only the amd64 image to Gamewarden Harbor registry, which aligns with the workflow modifications.
Description check ✅ Passed The pull request description is directly related to the changeset, accurately summarizing the primary objective of pushing only the amd64 image to Gamewarden Harbor registry.
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 harbor_amd

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

@esarafianou esarafianou requested review from NARSimoes and dgwhited May 8, 2026 14:27
@esarafianou esarafianou merged commit 37e2de2 into master May 11, 2026
14 checks passed
@esarafianou esarafianou deleted the harbor_amd branch May 11, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note-none Denotes a PR that doesn't merit a release note.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants