Build discovery docker image in CD
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user