CHORE(merge): merge develop into main

- Apply ARM64 optimization from develop
- Sync with development branch
This commit is contained in:
2025-12-04 22:06:50 +09:00
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ jobs:
context: ./services/nextjs context: ./services/nextjs
file: ./deploy/docker/Dockerfile.prod file: ./deploy/docker/Dockerfile.prod
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/portfolio - name: ghcr.io/mayne0213/portfolio
newTag: develop-sha-latest newTag: develop-sha-5e7b4de60bdc6f1c3fa1404119b3550b0740e6f5
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/portfolio - name: ghcr.io/mayne0213/portfolio
newTag: main-sha-9cb98b93934915fe6839f903f62c7a4142cd1a9f newTag: main-sha-8c0d3b710d83640cde126688c82cbe05dedef1f9
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -9,7 +9,7 @@
}, },
"hero": { "hero": {
"title": "Full Stack Developer", "title": "Full Stack Developer",
"description": "Creating beautiful and functional web experiences with modern technologies" "description": "Creating functional web experiences with modern technologies."
}, },
"about": { "about": {
"title": "About Me", "title": "About Me",