3
0

Build discovery docker image in CD

This commit is contained in:
Peter Grlica
2023-03-23 09:25:43 +01:00
parent d131a70378
commit 0273c5244b

View File

@@ -404,12 +404,12 @@ jobs:
needs:
- server-release
- client-web-aio-release
# - extra-server-discovery-release
- extra-server-discovery-release
strategy:
fail-fast: true
matrix:
include:
# - { context: "extra/server-discovery", image: "cortezaproject/corteza-server-discovery" }
- { context: "extra/server-discovery", image: "cortezaproject/corteza-server-discovery" }
- { context: "client/web", image: "cortezaproject/corteza-webapp" }
- { context: "server", image: "cortezaproject/corteza-server" }
- { context: ".", image: "cortezaproject/corteza" }