Skip to content

Commit 00ed3ca

Browse files
committed
Sets up CI for building marketinsights api
1 parent daad646 commit 00ed3ca

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Docker - MarketInsights API
2+
3+
4+
on:
5+
push:
6+
branches:
7+
- master
8+
tags:
9+
- 'v*.*.*'
10+
paths:
11+
- 'Tools/MarketInsights/**'
12+
- 'Framework/**'
13+
- 'ProjectPlugins/**'
14+
- .github/workflows/docker-marketinsights.yml
15+
- .github/workflows/docker-reusable.yml
16+
workflow_dispatch:
17+
18+
19+
jobs:
20+
build-and-push:
21+
name: Build and Push
22+
uses: ./.github/workflows/docker-reusable.yml
23+
with:
24+
docker_file: Tools/MarketInsights/Dockerfile
25+
docker_repo: codexstorage/codex-marketinsights
26+
secrets: inherit
27+

0 commit comments

Comments
 (0)