mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
docs: better explanation of circleci opt-in to tags madness
Thanks to @Mr0grog Co-Authored-By: Rob Brackett <rob@robbrackett.com>
This commit is contained in:
parent
cba7be08f1
commit
e83862ae7c
@ -369,7 +369,9 @@ workflows:
|
||||
- go-ipfs-http-client
|
||||
- ipfs-webui
|
||||
|
||||
# NOTE: You have to opt in to get circleci to trigger builds for a tat. As it is required that you set the tag filter to all dependent jobs, this is pulled out into a seperate workflow.
|
||||
# NOTE: CircleCI only builds tags if you explicitly filter for them. That
|
||||
# also means tag-based jobs can only depend on other tag-based jobs, so we
|
||||
# use a separate workflow because every job needs to be tagged together.
|
||||
# see: https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag
|
||||
docker-on-tag:
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user