Description
Currently only main branch runs CI. Others should too.
DOD
Run CI on push to all branches instead of main only. Tag latest and push to registry only from main. Branch built images should have their own tag, e.g. image-name:feature_name-of-branch for branch feature/name-of-branch (change / to _) instead of image-name:latest for main branch. Branch tags should also be pushed to registry, but can be removed quickly.
Description
Currently only
mainbranch runs CI. Others should too.DOD
Run CI on push to all branches instead of
mainonly. Taglatestand push to registry only frommain. Branch built images should have their own tag, e.g.image-name:feature_name-of-branchfor branchfeature/name-of-branch(change/to_) instead ofimage-name:latestformainbranch. Branch tags should also be pushed to registry, but can be removed quickly.