Skip to content

Commit 5ca66de

Browse files
committed
Push docker images to rayyansys account
1 parent be4bda7 commit 5ca66de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- v*
99

1010
env:
11-
IMAGE_NAME: MattRuddick/aws-ses-template-manager
11+
IMAGE_NAME: rayyansys/aws-ses-template-manager
1212

1313
jobs:
1414
docker:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run -p 3333:3333 \
4848
-e AWS_ACCESS_KEY_ID=<your-aws-access-key-id> \
4949
-e AWS_SECRET_ACCESS_KEY=<your-aws-secret-access-key> \
5050
-e AWS_REGION=<your-aws-region> \
51-
ghcr.io/MattRuddick/aws-ses-template-manager:latest
51+
ghcr.io/rayyansys/aws-ses-template-manager:latest
5252
```
5353

5454
You can use the `latest` version of the image or pull a specific release tag.

0 commit comments

Comments
 (0)