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: