We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad646 commit 00ed3caCopy full SHA for 00ed3ca
.github/workflows/docker-marketinsights.yml
@@ -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