fixed workflow

This commit is contained in:
Yannic Kilcher
2023-01-14 20:12:04 +01:00
parent 493947fddd
commit e642a6d826
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -13,6 +13,7 @@ jobs:
uses: ./.github/workflows/pre-commit.yaml
build-backend:
uses: ./.github/workflows/docker-build.yaml
needs: pre-commit
with:
image-name: oasst-backend
context: .
@@ -20,6 +21,7 @@ jobs:
build-args: ""
build-web:
uses: ./.github/workflows/docker-build.yaml
needs: pre-commit
with:
image-name: oasst-web
context: .
@@ -27,6 +29,7 @@ jobs:
build-args: ""
build-bot:
uses: ./.github/workflows/docker-build.yaml
needs: pre-commit
with:
image-name: oasst-discord-bot
context: .