From 9fefa5f7402067ade421247a4e59513fcb6e4c5c Mon Sep 17 00:00:00 2001 From: Austin Parker Date: Thu, 8 Dec 2022 12:14:33 -0800 Subject: [PATCH] Update release workflow to add new images (#619) * update workflow * fix whitespace --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6195d5434d..165d85b298 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,12 +61,22 @@ jobs: - file: ./src/recommendationservice/Dockerfile tag_suffix: recommendationservice context: ./ + - file: ./src/kafka/Dockerfile + tag_suffix: kafka + context: ./ + - file: ./src/accountingservice/Dockerfile + tag_suffix: accountingservice + context: ./ + - file: ./src/frauddetectionservice/Dockerfile + tag_suffix: frauddetectionservice + context: ./ - file: ./src/frontend/Dockerfile.cypress tag_suffix: frontend-tests context: ./ - file: ./test/Dockerfile tag_suffix: integrationTests context: ./ + steps: - uses: actions/checkout@v3 with: