Add op-rbuilder release ci action#432
Merged
ferranbt merged 2 commits intoflashbots:developfrom Feb 26, 2025
Merged
Conversation
f3f2386 to
e54e49b
Compare
Contributor
|
are you able to push a test tag to see if a docker image is published? |
Contributor
Author
|
Hi @avalonche ! |
ferranbt
approved these changes
Feb 19, 2025
e54e49b to
5132034
Compare
SozinM
commented
Feb 21, 2025
| id: extract_version | ||
| run: | | ||
| if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then | ||
| VERSION="${GITHUB_REF#refs/tags/op-}" |
Contributor
Author
There was a problem hiding this comment.
op-v1.2.2 -> v.1.2.2
| tags: ${{ steps.meta.outputs.tags }} | ||
| build-args: | | ||
| FEATURES=${{ matrix.features }} | ||
| RBUILDER_BIN=op-rbuilder |
| # - target: aarch64-apple-darwin | ||
| # runner: warp-macos-14-arm64-6x | ||
| features: | ||
| - ${{ github.event.inputs.features }}${{ github.event.inputs.features && ',' }}optimism |
Contributor
Author
There was a problem hiding this comment.
Add optimism to feature flags
SozinM
commented
Feb 21, 2025
| uses: docker/metadata-action@v5 | ||
| id: meta | ||
| with: | ||
| images: ghcr.io/${{ github.repository_owner }}/op-rbuilder |
Contributor
Author
There was a problem hiding this comment.
repo name would be ghcr.io/flashbots/op-rbuilder
ferranbt
added a commit
that referenced
this pull request
Feb 26, 2025
This reverts commit 6d6f703. ## 📝 Summary <!--- A general summary of your changes --> ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
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
💡 Motivation and Context
✅ I have completed the following steps:
make lintmake test