diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 0429c1f78e..66aadff6a9 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - component: [frontend, backend, maintenance] + component: [frontend, backend, maintenance, database] runs-on: ubuntu-latest outputs: image_tag: ${{ steps.build_combine.outputs.image_tag }} diff --git a/docs/deploy/kubernetes_design/README.md b/docs/deploy/kubernetes_design/README.md index a89297be49..3cc829c3be 100644 --- a/docs/deploy/kubernetes_design/README.md +++ b/docs/deploy/kubernetes_design/README.md @@ -56,7 +56,8 @@ repository. The database container provides _mongodb_ database services for the backend. -The container image is the official `mongo` image on _Docker Hub_. +The container image for the frontend is stored in AWS Elastic Container Registry (AWS ECR) in the `combine_database` +repository. #### Additional Database Resources