-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update codeowners to reflect fork #553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -18,7 +18,7 @@ jobs: | |||
- name: Prepare | |||
id: prep | |||
run: | | |||
DOCKER_IMAGE=tendermint/tendermint | |||
DOCKER_IMAGE=celestiaorg/celestia-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we actually push that image to somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope for now afaik
A good finding for the issue #554 🧐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we won't be pushing anything unless we create a docker hub account and attach it to the celestiaorg github account. Decided to change the docker image name instead of deleting the file, as that seemed useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🥳
I forgot to change the codeowners in #534, this PR changes that along with updating a few other minor things in the github actions directory
part of #528