remove Docker Hub publish workflow#3
Merged
Conversation
ECR is the only registry we deploy from now. Deleting the Docker Hub publish path stops producing images that nothing consumes.
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR repo not identified in provided information; cannot confirm it belongs to kernel, infra, hypeman, or hypeship. To monitor this PR anyway, reply with |
rgarcia
approved these changes
Jun 9, 2026
5 tasks
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
ECR is the only registry we deploy from now. This deletes
.github/workflows/docker.ymlwhich built and pushed the image to Docker Hub on every main push — nothing consumes that image anymore.Follow-up (not in this PR)
DOCKERHUB_USERNAMEandDOCKERHUB_TOKENTest plan
build.yml(ECR) still runs and pushes on next main pushdeploy.ymlcross-repo dispatch still fires the AWS deployNote
Low Risk
CI-only removal of an unused Docker Hub pipeline; no application or deploy logic changes in this diff.
Overview
Removes the Docker Hub CI workflow (
.github/workflows/docker.yml) that previously built thenvidia-license-server-exporterimage on PRs and pushedlatest/ SHA tags to Docker Hub on main pushes.Deployment is now expected to rely solely on the existing ECR build path (
build.yml) and AWS deploy dispatch (deploy.yml); this PR does not change those workflows.Reviewed by Cursor Bugbot for commit b488867. Bugbot is set up for automated code reviews on this repo. Configure here.