Skip to content

Commit a24a01f

Browse files
committed
kick ci
1 parent 223c5af commit a24a01f

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This GitHub Actions workflow is designed for the DO-Solutions/microservices-demo monorepo.
1+
# This GitHub Actions workflow is designed for the do-solutions/microservices-demo monorepo.
22
# It automates the building and publishing of Docker images for each microservice to the
33
# GitHub Container Registry (GHCR).
44
#
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
context: src/${{ env.SERVICE_NAME }}
9595
push: true
96-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
96+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
9797

9898
cartservice:
9999
name: Build and Publish Cart Service
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
context: src/${{ env.SERVICE_NAME }}
119119
push: true
120-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
120+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
121121

122122
checkoutservice:
123123
name: Build and Publish Checkout Service
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
context: src/${{ env.SERVICE_NAME }}
143143
push: true
144-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
144+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
145145

146146
currencyservice:
147147
name: Build and Publish Currency Service
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
context: src/${{ env.SERVICE_NAME }}
167167
push: true
168-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
168+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
169169

170170
emailservice:
171171
name: Build and Publish Email Service
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
context: src/${{ env.SERVICE_NAME }}
191191
push: true
192-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
192+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
193193

194194
frontend:
195195
name: Build and Publish Frontend Service
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
context: src/${{ env.SERVICE_NAME }}
215215
push: true
216-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
216+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
217217

218218
loadgenerator:
219219
name: Build and Publish Load Generator
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
context: src/${{ env.SERVICE_NAME }}
239239
push: true
240-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
240+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
241241

242242
paymentservice:
243243
name: Build and Publish Payment Service
@@ -261,7 +261,7 @@ jobs:
261261
with:
262262
context: src/${{ env.SERVICE_NAME }}
263263
push: true
264-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
264+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
265265

266266
productcatalogservice:
267267
name: Build and Publish Product Catalog Service
@@ -285,7 +285,7 @@ jobs:
285285
with:
286286
context: src/${{ env.SERVICE_NAME }}
287287
push: true
288-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
288+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
289289

290290
recommendationservice:
291291
name: Build and Publish Recommendation Service
@@ -309,7 +309,7 @@ jobs:
309309
with:
310310
context: src/${{ env.SERVICE_NAME }}
311311
push: true
312-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
312+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
313313

314314
shippingservice:
315315
name: Build and Publish Shipping Service
@@ -333,7 +333,7 @@ jobs:
333333
with:
334334
context: src/${{ env.SERVICE_NAME }}
335335
push: true
336-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
336+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
337337

338338
shoppingassistantservice:
339339
name: Build and Publish Shopping Assistant Service
@@ -357,4 +357,4 @@ jobs:
357357
with:
358358
context: src/${{ env.SERVICE_NAME }}
359359
push: true
360-
tags: ghcr.io/DO-Solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}
360+
tags: ghcr.io/do-solutions/microservices-demo-${{ env.SERVICE_NAME }}:${{ steps.image_tag.outputs.TAG }}

src/adservice/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ From `src/adservice/`, run:
2626
docker build ./
2727
```
2828

29+

0 commit comments

Comments
 (0)