Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ads-java.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ads
name: Ads - Java

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ads.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ads
name: Ads - Python

on:
push:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ Visit http://localhost:4000/admin
```
Username: spree@example.com
Password: spree123
```
```

## Image publication
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`.

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.