Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix alpine version checker & remove v7 branch PRs (#456)
The Alpine version checker workflow was comparing a string prefixed with `alpine:` (like `alpine:3.20.3`) with a version fetched from the Docker API (like `3.20.3`). This comparison fails, so the workflow ends up trying to bump the alpine version (which is already up-to-date.) This fixes the comparison so the workflow doesn't proceed to the next step. I've also turned off updates for the v7 branch, which is now EOL. - [x] Successful run https://github.com/launchdarkly/ld-relay/actions/runs/11446898641/job/31847067259
- Loading branch information