Loops in metrics from Giuliano's async profiler #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker - MarketInsights API | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- 'v*.*.*' | |
paths: | |
- 'Tools/MarketInsights/**' | |
- 'Framework/**' | |
- 'ProjectPlugins/**' | |
- .github/workflows/docker-marketinsights.yml | |
- .github/workflows/docker-reusable.yml | |
workflow_dispatch: | |
jobs: | |
build-and-push: | |
name: Build and Push | |
uses: ./.github/workflows/docker-reusable.yml | |
with: | |
docker_file: Tools/MarketInsights/Dockerfile | |
docker_repo: codexstorage/codex-marketinsights | |
secrets: inherit | |