Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(web-server): limit workflow concurrency to avoid GHA rate limits
There seems to be an issue currently where concurrent builds cause the Docker GHA cache exporter to trip over GitHub throttling limits. Background reading: - buildx failed with: error: failed to solve: blob not found #422 docker/build-push-action#422 - Copy from previous stage fails #681 docker/buildx#681 - GHA export cache fails with mode=max #2276 moby/buildkit#2276 Try to work around this by limiting the overall concurrency to 1 for this workflow.
- Loading branch information