Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 8, 2024
2 parents 92223f8 + 5a7799f commit 60dc2a6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,15 @@ This project was extended with the assistance of AI tools. The core functionalit
## Quick Start

## Container Images
- GitHub Container Registry: `ghcr.io/sahara101/movie-roulette:latest`
- Docker Hub: `sahara101/movie-roulette:latest`

| Registry | Architecture | Version | Image Path |
|----------|--------------|----------|------------|
| Docker Hub | AMD64 | Latest | `sahara101/movie-roulette:latest` |
| Docker Hub | ARM64/ARMv7 | Latest | `sahara101/movie-roulette:arm-latest` |
| GHCR | AMD64 | Latest | `ghcr.io/sahara101/movie-roulette:latest` |
| GHCR | ARM64/ARMv7 | Latest | `ghcr.io/sahara101/movie-roulette:arm-latest` |

Instead of latest you can also use the version number.

```yaml
services:
Expand Down

0 comments on commit 60dc2a6

Please sign in to comment.