Sets up CI for building marketinsights api

This commit is contained in:
Ben 2024-08-21 15:19:11 +02:00
parent daad6468c6
commit 00ed3caafe
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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