ci: add Docker build/push workflow to GHCR#100
Merged
Conversation
mohit-nagaraj
requested review from
Kshitijknk07,
Naman-B-Parlecha and
rishichirchi
as code owners
April 12, 2026 04:01
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
mohit-nagaraj
force-pushed
the
ci/docker-build-push
branch
3 times, most recently
from
April 14, 2026 06:57
2ba5412 to
a0968a8
Compare
- Add docker-publish.yml: builds and pushes ghcr.io/kubeorch/ui on push to main (latest) and version tags (v*); multi-platform linux/amd64 + linux/arm64 - Fix jsx-a11y/click-events-have-key-events: add role="button", tabIndex, and onKeyDown to interactive divs in notifications, resources, workflow/new, TopBar, ImportDialog, import/ImportDialog - Fix jsx-a11y/no-static-element-interactions: same elements above - Fix jsx-a11y/label-has-associated-control: replace bare <label> with <span> in settings page where no input is associated - Fix jsx-a11y/heading-has-content: explicitly pass children through CardTitle and CompactCardTitle pass-through components - Fix jsx-a11y/no-autofocus: suppress with eslint-disable comment in CommandPalette (intentional UX - search field auto-focus on open) - Fix jsx-a11y/no-noninteractive-element-interactions: use role="slider" for ResizablePanel drag handle Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>
mohit-nagaraj
force-pushed
the
ci/docker-build-push
branch
from
April 14, 2026 07:07
a0968a8 to
c4bb200
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker-publish.ymlworkflow that builds and pushes toghcr.io/kubeorch/uion push to main (latesttag) and version tags (v*)linux/amd64+linux/arm64Test plan
ghcr.io/kubeorch/ui:latestdocker run -p 3001:3000 ghcr.io/kubeorch/ui:latest