CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

feat: only continue build if all versions are available at source #104

Closed JalexChen closed 1 year ago

JalexChen commented 1 year ago

For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.


Description

only continues the release build if the versions are present at the source

Reasons

the automated feeds were creating PRs when a new version of postgres was released, however, this is only checked at the github tag level and their ftp source lags several days behind, resulting in a failing build + PR that we would need to check and rerun at a later date

If applicable, include a link to the related GitHub issue that this PR will close. Should be merged in after #103

Checklist

Please check through the following before opening your PR. Thank you!