Skip to content

Commit 3f7c923

Browse files
Update workflow names and Readme (#29)
* update readme * fix typo
1 parent 3ab9f28 commit 3f7c923

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/ads-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ads
1+
name: Ads - Java
22

33
on:
44
push:

.github/workflows/ads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ads
1+
name: Ads - Python
22

33
on:
44
push:

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ Visit http://localhost:4000/admin
5656
```
5757
5858
Password: spree123
59-
```
59+
```
60+
61+
## Image publication
62+
Images are stored in our public ECR repo `public.ecr.aws/x2b9z2t7`. On PR merges, only the affected services will be pushed to the ECR repo, using the `latest` tag. For example, if you only made changes to the `backend` service, then only the `backend` Github workflow will trigger and publish `public.ecr.aws/x2b9z2t7/storedog/backend:latest`.
63+
64+
Separately, we tag and publish *all* images when a new release is created with the corresponding release tag e.g. `public.ecr.aws/x2b9z2t7/storedog/backend:1.0.1`. New releases are made on an ad-hoc basis, depending on the recent features that are added.

0 commit comments

Comments
 (0)