rhd-gitops-example/services

Tekton prototyping

mnuttall opened this issue · 1 comments

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.

The files for this are in this PR #35.