Skip to content

Commit

Permalink
Fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Feb 18, 2024
1 parent e3d0840 commit 0ce1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Push Mastodon container image to ECR Public.

```
MASTODON_VERSION="v4.2.7"
docker pull ghcr.io/mastodon/mastodon:${MASTODON_VERSION}
docker pull --platform linux/arm64 ghcr.io/mastodon/mastodon:${MASTODON_VERSION}
docker image tag ghcr.io/mastodon/mastodon:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION}
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9
docker push public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION}
Expand Down

0 comments on commit 0ce1356

Please sign in to comment.