mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Builds and pushes various components images
This commit is contained in:
3
.github/workflows/build_images.yaml
vendored
3
.github/workflows/build_images.yaml
vendored
@@ -4,7 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'feat/build_workflow'
|
||||
paths:
|
||||
- src/**
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
||||
@@ -81,9 +81,7 @@ services:
|
||||
- knightcrawler-network
|
||||
|
||||
producer:
|
||||
build:
|
||||
context: ../../src/producer
|
||||
dockerfile: Dockerfile
|
||||
image: gabisonfire/knightcrawler-producer:latest
|
||||
labels:
|
||||
logging: "promtail"
|
||||
env_file:
|
||||
@@ -93,9 +91,7 @@ services:
|
||||
- knightcrawler-network
|
||||
|
||||
consumer:
|
||||
build:
|
||||
context: ../../src/node/consumer
|
||||
dockerfile: Dockerfile
|
||||
image: gabisonfire/knightcrawler-consumer:latest
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
@@ -107,9 +103,7 @@ services:
|
||||
- knightcrawler-network
|
||||
|
||||
addon:
|
||||
build:
|
||||
context: ../../src/node/addon
|
||||
dockerfile: Dockerfile
|
||||
image: gabisonfire/knightcrawler-addon:latest
|
||||
ports:
|
||||
- "7000:7000"
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user