bigkevmcd / tekton-polling-operator

A simple git repository poller.
Apache License 2.0
26 stars 12 forks source link

implement tag fetching #4

Open chanwit opened 3 years ago

chanwit commented 3 years ago

This PR implements a mechanism to fetch tags and match the current commit id to one of them.

Then we pass the tag information to the build steps.