improved release workflow

This commit is contained in:
Yannic Kilcher
2022-12-24 23:55:20 +01:00
parent ce92f184c5
commit 5284e30202
2 changed files with 22 additions and 3 deletions
+16 -1
View File
@@ -9,5 +9,20 @@ jobs:
uses: ./.github/workflows/docker-build.yaml
with:
image-name: oasst-backend
folder: backend
context: .
dockerfile: docker/Dockerfile.backend
build-args: ""
build-web:
uses: ./.github/workflows/docker-build.yaml
with:
image-name: oasst-web
context: .
dockerfile: docker/Dockerfile.website
build-args: ""
build-bot:
uses: ./.github/workflows/docker-build.yaml
with:
image-name: oasst-discord-bot
context: .
dockerfile: docker/Dockerfile.discord-bot
build-args: ""