Wolox / wolox-ci

MIT License
198 stars 51 forks source link

Changes how docker images are deleted #3

Closed mdesanti closed 6 years ago

mdesanti commented 6 years ago

Summary

Docker images are named like this: <project-name>:<build-number>.

Each Pull request has it's own build number and therefore, with the existing naming conventions, we might have collisions.

In order to avoid collisions Images are now called like this: <project-name>-<branch>:<build-number>.