We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfdc20 commit 9fefa5fCopy full SHA for 9fefa5f
.github/workflows/release.yml
@@ -61,12 +61,22 @@ jobs:
61
- file: ./src/recommendationservice/Dockerfile
62
tag_suffix: recommendationservice
63
context: ./
64
+ - file: ./src/kafka/Dockerfile
65
+ tag_suffix: kafka
66
+ context: ./
67
+ - file: ./src/accountingservice/Dockerfile
68
+ tag_suffix: accountingservice
69
70
+ - file: ./src/frauddetectionservice/Dockerfile
71
+ tag_suffix: frauddetectionservice
72
73
- file: ./src/frontend/Dockerfile.cypress
74
tag_suffix: frontend-tests
75
76
- file: ./test/Dockerfile
77
tag_suffix: integrationTests
78
79
+
80
steps:
81
- uses: actions/checkout@v3
82
with:
0 commit comments