ci: update workflows [skip ci]

This commit is contained in:
lowlighter
2022-01-26 21:52:07 -05:00
parent ead85a2ef7
commit cba76f1748
4 changed files with 10 additions and 34 deletions

View File

@@ -150,6 +150,12 @@ jobs:
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
WAKATIME_TOKEN: ${{ secrets.WAKATIME_TOKEN }}
# Publish examples (presets)
publish-examples-presets:
name: Publish examples (presets)
needs: [ docker-master ]
uses: lowlighter/metrics/.github/workflows/examples.presets.yml@master
# Build docker image from master and publish it to GitHub registry with release tag
docker-release:
name: Publish release to GitHub registry