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.
We need to embed the
promotecli in a Tekton task. A typical pipeline should be,Build a Tekton Task and Pipeline that does this, and demonstrate it back to the team.