Skip to content

Commit

Permalink
Push docker images to rayyansys account
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Jul 14, 2022
1 parent be4bda7 commit 5ca66de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- v*

env:
IMAGE_NAME: MattRuddick/aws-ses-template-manager
IMAGE_NAME: rayyansys/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/MattRuddick/aws-ses-template-manager:latest
ghcr.io/rayyansys/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 5ca66de

Please sign in to comment.