#Interacting with Git

1 messages · Page 1 of 1 (latest)

rare minnow
#

I've been backtracking through daggers builds and haven't found yet where tagging is done.

How am I suppose to interact with git to tag and push tags from CI if I want dagger to do this?
Since it's a "blackbox" default behavior I'd assume is to exclude the .git and didn't see any cookbook examples on how to do do git operations

mossy sierra
kind isle
#

You also don't have to exclude the git folder-you could load it in, do any tagging/git operations, and then filter out the .git folder for a "build" container.