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

Add CI workflow to check for missing image version bumps #912

Closed
wants to merge 1 commit into from

Conversation

jjnesbitt
Copy link
Collaborator

This PR adds a CI workflow that fails if it finds one of the following conditions:

  1. A directory was modified, but the image version in .github/workflows/custom_docker_builds.yml was not incremented
  2. A directory was modified, and the image version in the workflow file was bumped, but uses of the old image version still remain in the code base.

In cases where this check is either undesired or unhelpful, the no-image-bump tag can be applied to the pull request and the job will be skipped.

@jjnesbitt jjnesbitt force-pushed the image-update-workflow branch 6 times, most recently from 0ffd7b2 to afbec15 Compare July 9, 2024 17:26
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.

1 participant