weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Run agent build job for tag pushes #193

Closed aaron7 closed 6 years ago

aaron7 commented 6 years ago

CircleCI requires filters tag to execute jobs on tagged pushes. https://circleci.com/docs/2.0/workflows/#git-tag-job-execution

Only run the agent job because we are tagging releases from master manually and we only need to push the image.

Allows https://github.com/weaveworks/launcher/pull/192 to run.