Skip to content

Commit 9fefa5f

Browse files
Update release workflow to add new images (#619)
* update workflow * fix whitespace
1 parent fbfdc20 commit 9fefa5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,22 @@ jobs:
6161
- file: ./src/recommendationservice/Dockerfile
6262
tag_suffix: recommendationservice
6363
context: ./
64+
- file: ./src/kafka/Dockerfile
65+
tag_suffix: kafka
66+
context: ./
67+
- file: ./src/accountingservice/Dockerfile
68+
tag_suffix: accountingservice
69+
context: ./
70+
- file: ./src/frauddetectionservice/Dockerfile
71+
tag_suffix: frauddetectionservice
72+
context: ./
6473
- file: ./src/frontend/Dockerfile.cypress
6574
tag_suffix: frontend-tests
6675
context: ./
6776
- file: ./test/Dockerfile
6877
tag_suffix: integrationTests
6978
context: ./
79+
7080
steps:
7181
- uses: actions/checkout@v3
7282
with:

0 commit comments

Comments
 (0)