ci: update workflows [skip ci]
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user