mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-02 18:43:59 -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:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: xpltd/media-rip
|
||||
IMAGE_NAME: xpltdco/media-rip
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Stage 2: Install backend deps (Python)
|
||||
# Stage 3: Slim runtime with ffmpeg
|
||||
#
|
||||
# Image: ghcr.io/xpltd/media-rip
|
||||
# Image: ghcr.io/xpltdco/media-rip
|
||||
# Platforms: linux/amd64, linux/arm64
|
||||
|
||||
# ── Stage 1: Frontend build ──────────────────────────────────────────
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
services:
|
||||
media-rip:
|
||||
image: ghcr.io/xpltd/media-rip:latest
|
||||
image: ghcr.io/xpltdco/media-rip:latest
|
||||
container_name: media-rip
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue