Skip to content

Commit f1707bc

Browse files
committed
fix(cas): correct GHCR image path to cfxdevkit/devkit
1 parent d3e8ce8 commit f1707bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cas/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
services:
99
cas-backend:
10-
image: ghcr.io/cfxdevkit/cfxdevkit/cas-backend:${TAG:-edge}
10+
image: ghcr.io/cfxdevkit/devkit/cas-backend:${TAG:-edge}
1111
container_name: cas-backend
1212
restart: unless-stopped
1313
# Only accessible via Caddy — not exposed to the public internet.

0 commit comments

Comments
 (0)