feat(ci): Replace S3 upload with a rolling nightly pre-release - #1050
Merged
Merged
Conversation
✅ Deploy Preview for urunc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cmainas
force-pushed
the
feat/rolling_release
branch
3 times, most recently
from
September 15, 2026 19:33
c66be68 to
5c89a16
Compare
cmainas
marked this pull request as ready for review
September 16, 2026 07:26
ananos
approved these changes
Sep 16, 2026
Instead of pushing the urunc binaries to the nubificus S3, use a pre-release in GitHUb which will store all the binaries built in the main branch. PR: #1050 Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
github-actions
Bot
force-pushed
the
feat/rolling_release
branch
from
September 16, 2026 14:41
5c89a16 to
5e3356b
Compare
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.
Description
Instead of pushing the urunc binaries to the nubificus S3, use a pre-release in GitHUb which will store all the bianries built in the main branch.
Related issues
How was this tested?
In a forked repository invoked the action:
LLM usage
A review from Opus 4.8 pointed out that the workflow could be executed from any branch due to
workflow_dispatchand therefore this got removed from Opus 4.8. Also, concurrency changed again after the review from Opus 4.8 .Checklist
make lint).make test_ctr,make test_nerdctl,make test_docker,make test_crictl).