TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub Actions Feels Bad [video]

5 pointsby agluszakover 1 year ago

2 comments

quickthrower2over 1 year ago
What does this mean practically for choosing GHA vs. other CI options?
__sover 1 year ago
He raises some fair points, I find it odd how actions&#x2F;checkout has to raise its version number when it drops support for older node versions, a package manager type of system could account for compatible node versions<p>There is competition at least. <a href="https:&#x2F;&#x2F;www.ubicloud.com&#x2F;use-cases&#x2F;github-actions">https:&#x2F;&#x2F;www.ubicloud.com&#x2F;use-cases&#x2F;github-actions</a> fights on perf&#x2F;price, but gets stuck being compatible<p>But I&#x27;m annoyed too by things like the pain involved to have docker let rust builds use a volume to cache build artifacts. cargo-chef is a hack<p>Ideally I could have docker images as dependencies building with actions sharing images between each other. Not sure why actions can&#x27;t form a DAG of inputs&#x2F;outputs