mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
Fix org name: xpltd → xpltdco in image refs
This commit is contained in:
parent
c9ad4fc5d0
commit
bef5ebf350
3 changed files with 3 additions and 3 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: xpltd/media-rip
|
IMAGE_NAME: xpltdco/media-rip
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# Stage 2: Install backend deps (Python)
|
# Stage 2: Install backend deps (Python)
|
||||||
# Stage 3: Slim runtime with ffmpeg
|
# Stage 3: Slim runtime with ffmpeg
|
||||||
#
|
#
|
||||||
# Image: ghcr.io/xpltd/media-rip
|
# Image: ghcr.io/xpltdco/media-rip
|
||||||
# Platforms: linux/amd64, linux/arm64
|
# Platforms: linux/amd64, linux/arm64
|
||||||
|
|
||||||
# ── Stage 1: Frontend build ──────────────────────────────────────────
|
# ── Stage 1: Frontend build ──────────────────────────────────────────
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
media-rip:
|
media-rip:
|
||||||
image: ghcr.io/xpltd/media-rip:latest
|
image: ghcr.io/xpltdco/media-rip:latest
|
||||||
container_name: media-rip
|
container_name: media-rip
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue