Tekton prototyping
mnuttall opened this issue · 1 comments
mnuttall commented
We need to embed the promote
cli in a Tekton task. A typical pipeline should be,
- docker build
- docker tag
- docker push
- promote [newly built image] [into dev]
Build a Tekton Task and Pipeline that does this, and demonstrate it back to the team.
akihikokuroda commented
The files for this are in this PR #35.