CircleCI-Public / cimg-shared

Shared resources for prototype convenience images
MIT License
11 stars 14 forks source link

Add a Docker push script #44

Closed FelicianoTech closed 2 years ago

FelicianoTech commented 2 years ago

Closes #30.

This is a feature that by itself is boring but helps us out a lot. Older versions of Docker allowed you to run a docker push and it will push all local tags up if they haven't already been pushed. Newer versions don't do this anymore. So we need a way to know which tags were created and so which need to be pushed. This is created to mimic the format we already have with build-images.sh.

This will allow us to: