forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 34
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
add workflow to publish docker images to ghcr #429
Open
arshsingh
wants to merge
5
commits into
celestiaorg:celestia-develop
Choose a base branch
from
chaindrop-raas:docker-images
base: celestia-develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add workflow to publish docker images to ghcr #429
arshsingh
wants to merge
5
commits into
celestiaorg:celestia-develop
from
chaindrop-raas:docker-images
Conversation
This file contains 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
tuxcanfly
force-pushed
the
celestia-develop
branch
from
May 1, 2024 21:45
18d8393
to
2279b64
Compare
Hey @arshsingh! This PR has merge conflicts. Please fix them before continuing review. |
mergify
bot
added
S-conflict
A-op-batcher
A-op-e2e
A-op-node
A-ops-bedrock
A-ops
A-pkg-contracts-bedrock
M-docs
labels
May 1, 2024
tuxcanfly
force-pushed
the
celestia-develop
branch
from
May 13, 2024 21:43
2279b64
to
4b2938f
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
from
May 17, 2024 18:34
afc4876
to
f1ca7c8
Compare
Hey @arshsingh! This PR has merge conflicts. Please fix them before continuing review. |
tuxcanfly
force-pushed
the
celestia-develop
branch
5 times, most recently
from
May 25, 2024 01:43
c11d7b2
to
6844183
Compare
build(deps): update go-da to v0.1.0 build(deps): update go-da to v0.2.0; add ctx da: add cli flags for da config da: add get timeout to da client build(deps): bump local-celestia-devnet to v0.12.7 fix(cli): fix da rpc check fix(cli): check return err fix(da): blob data source reuse DataFromEVMTransactions
tuxcanfly
force-pushed
the
celestia-develop
branch
from
May 28, 2024 20:41
6844183
to
1a4b5a8
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
2 times, most recently
from
June 7, 2024 16:05
4c64973
to
9931de7
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
3 times, most recently
from
June 20, 2024 17:15
906ea8b
to
2454b20
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
2 times, most recently
from
July 2, 2024 14:03
b0d5401
to
f97945e
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
8 times, most recently
from
July 15, 2024 17:16
34b600e
to
35208f7
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
3 times, most recently
from
July 20, 2024 17:31
fc81490
to
cf7d8cd
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
from
July 25, 2024 00:57
cf7d8cd
to
c1a23cd
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
3 times, most recently
from
August 8, 2024 00:07
2f756d9
to
872d1f8
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
2 times, most recently
from
September 23, 2024 22:24
1b944c7
to
3426d0b
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
4 times, most recently
from
October 3, 2024 19:42
ce660d0
to
4c05eb4
Compare
tuxcanfly
force-pushed
the
celestia-develop
branch
2 times, most recently
from
October 23, 2024 16:40
3303b89
to
d8de0fc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
We're using this github action to build docker images in a fork: https://github.com/orgs/JoinOrigami/packages?repo_name=celestia-optimism
But it would be nice to have officially hosted images.
Partially fixes #38