CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

Publish 10.20, 11.15, 13.6 and 14.2 images [release] #44

Closed schinery closed 2 years ago

schinery commented 2 years ago

Adding latest release images, with the exception of 12.10 as that has already been added by https://github.com/CircleCI-Public/cimg-postgres/pull/43.

Created using:

./shared/gen-dockerfiles.sh 10.20 11.15 13.6 14.2
./build-images.sh
git add . # commit, push etc
JalexChen commented 2 years ago

Closes #39

schinery commented 2 years ago

Sorry @JalexChen, the [release] flag not being in the PR message (as mentioned here) was because I guess I should have used ./shared/release.sh to generate this PR instead of what I have put in the description?

Really trying to help but feel I should leave things to the experts 😞

JalexChen commented 2 years ago

Sorry @JalexChen, the [release] flag not being in the PR message (as mentioned here) was because I guess I should have used ./shared/release.sh to generate this PR instead of what I have put in the description?

Really trying to help but feel I should leave things to the experts 😞

Hi @schinery - that's correct and an oversight on my part. I should have caught it sooner. In the future, just remember that the release.sh does the job of gen-dockerfiles.sh in addition to prepping it the proper commit messaging. Thank you for bringing this up