ci: publish images as gluwa/asc-message-relayer - #58
Merged
Conversation
The Docker Hub repo name still lagged the GitHub rename, so images built from asc-message-relayer were published to gluwa/usc-message-relayer. Point the release workflow and the README build examples at gluwa/asc-message-relayer. The old repo is left in place with its tags intact: 0.6.0 is what usc-devnet currently runs, and anything else pinned to a published usc- tag keeps pulling. Only new builds move. Note the new Docker Hub repo is created by the first push, which may make it private; the cc3-usc-dev values already reference the gluwa-docker-hub-private imagePullSecret, so the pull works either way. Claude-Session: https://claude.ai/code/session_01Kv6y52MHgtgkWmnJhdXbHB
PR SummaryLow Risk Overview The release workflow’s Reviewed by Cursor Bugbot for commit cfe6128. Bugbot is set up for automated code reviews on this repo. Configure here. |
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.
The Docker Hub repo name still lagged the GitHub rename, so images built from
asc-message-relayerwere being published togluwa/usc-message-relayer. This points the release workflow (and the README build examples) atgluwa/asc-message-relayer.The old repo is deliberately left in place with its tags intact —
0.6.0is what usc-devnet runs right now, and anything else pinned to a publishedusc-tag keeps pulling. Only new builds move.Verified before writing this:
gluwa/asc-message-relayerdoes not exist on Docker Hub yet (404), so the first push creates it. Docker Hub may create it private.cc3-usc-devvalues already reference thegluwa-docker-hub-privateimagePullSecret, so the pull works either way. Worth flipping the repo to public afterwards to match the old one (public, 2.5k pulls).usc-message-relayerrefs remain in the repo except theconfig.example.yamlheader comment, which is prose about the binary, not an image ref.Once merged, the resulting
main-<sha>image is what goes onto usc-devnet.https://claude.ai/code/session_01Kv6y52MHgtgkWmnJhdXbHB