FIX(deploy): fix base deployment image to ghcr.io

- Update image reference to ghcr.io
- Fix container registry path
This commit is contained in:
2025-12-30 01:39:21 +09:00
parent 7adbfc69d0
commit b789942263

View File

@@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: todo-app
image: gitea0213.kro.kr/bluemayne/todo:latest
image: ghcr.io/mayne0213/todo:latest
imagePullPolicy: Always
ports:
- containerPort: 3000