docker build/publish not pushing/building on merge to master
refs:
- master. initial merge to master https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/pipelines/900596219, build and publish worked.
- development. bump version https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/pipelines/900600159, no build no publish, when there should have been
- git tag. FAILED https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/pipelines/900600160, no publish as prev pipeline (same commit), didn't build the container.
- master. bump job change merge, passed. https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/pipelines/900600164 jobs ran as intended.
on version bump, the build (container) job must run so that the git tag job can push the image.
#36 (closed) mus be resolved before this issue, so the correct tag is applied on the master branch.