Skip to content

Commit dd9dcdc

Browse files
authored
Merge pull request #13 from Eyevinn/fix/docker-hub-org-name
fix: Update Docker Hub organization to eyevinntechnology
2 parents 6a7feac + 31aba7c commit dd9dcdc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- **macOS** (x86_64)
240240
241241
## Docker Images
242-
Available on Docker Hub: `eyevinntech/strom:${{ steps.version.outputs.version }}`
242+
Available on Docker Hub: `eyevinntechnology/strom:${{ steps.version.outputs.version }}`
243243
- Multi-platform support (linux/amd64, linux/arm64)
244244
- Includes all GStreamer plugins
245245
- Web UI accessible on port 3000
@@ -251,7 +251,7 @@ jobs:
251251
252252
### Docker
253253
```bash
254-
docker run -p 3000:3000 eyevinntech/strom:${{ steps.version.outputs.version }}
254+
docker run -p 3000:3000 eyevinntechnology/strom:${{ steps.version.outputs.version }}
255255
```
256256
257257
### From Source

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Open your browser to `http://localhost:3000` to access the web UI.
4949

5050
```bash
5151
# Pull and run the latest version
52-
docker pull eyevinntech/strom:latest
53-
docker run -p 3000:3000 -v $(pwd)/data:/data eyevinntech/strom:latest
52+
docker pull eyevinntechnology/strom:latest
53+
docker run -p 3000:3000 -v $(pwd)/data:/data eyevinntechnology/strom:latest
5454

5555
# Or build locally
5656
docker build -t strom .
@@ -128,8 +128,8 @@ When a version tag is pushed (e.g., `v0.1.0`):
128128
Pre-built Docker images are available:
129129

130130
```bash
131-
docker pull eyevinntech/strom:latest
132-
docker pull eyevinntech/strom:0.1.0 # Specific version
131+
docker pull eyevinntechnology/strom:latest
132+
docker pull eyevinntechnology/strom:0.1.0 # Specific version
133133
```
134134

135135
## Architecture

0 commit comments

Comments
 (0)