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 02:32:17 +09:00
parent 82859371ec
commit 4ac55bdc64

View File

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