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:39 +09:00
3 changed files with 3 additions and 3 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/jovies - name: ghcr.io/mayne0213/jovies
newTag: develop-sha-latest newTag: develop-sha-9abc720e2b5164520d27d028073b97213c39bc66
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: main-sha-f42d874d8e371e2b136b52dbfa2b5b85ea548ae3 newTag: main-sha-7152fea281992fa7bc984a2420271cc73ae85cd6
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml