Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix alpine version checker & remove v7 branch PRs #456

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Oct 21, 2024

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.

@cwaldren-ld cwaldren-ld requested a review from a team as a code owner October 21, 2024 19:05
@cwaldren-ld cwaldren-ld merged commit 67564a7 into v8 Oct 21, 2024
8 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/fix-alpine-checker branch October 21, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants