add support for openbb

This commit is contained in:
Ruben Fiszel
2023-01-28 03:56:40 +01:00
parent 79afb712c7
commit aea3a1bb3d
3 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
name: Build and push windmill with python 3.10
name: Build and push windmill with python 3.10 and openbb
on: workflow_dispatch
concurrency:
@@ -38,9 +38,10 @@ jobs:
with:
context: .
push: true
file: ./docker/DockerfileOpenbb
build-args: |
features=enterprise
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ee:310
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ee:openbb
labels: |
org.opencontainers.image.licenses=Windmill-Enterprise-License