Skip to content

Commit

Permalink
Replace GitHub username to prepare for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Jul 6, 2022
1 parent 3900cf6 commit be4bda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
push:
branches:
- master
- docker
tags:
- v*

env:
IMAGE_NAME: rayyansys/aws-ses-template-manager
IMAGE_NAME: MattRuddick/aws-ses-template-manager

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker run -p 3333:3333 \
-e AWS_ACCESS_KEY_ID=<your-aws-access-key-id> \
-e AWS_SECRET_ACCESS_KEY=<your-aws-secret-access-key> \
-e AWS_REGION=<your-aws-region> \
ghcr.io/rayyansys/aws-ses-template-manager:latest
ghcr.io/MattRuddick/aws-ses-template-manager:latest
```

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

0 comments on commit be4bda7

Please sign in to comment.