CHORE(merge): merge develop into main
- Apply ARM64 optimization from develop - Sync with development branch
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
context: ./services/nextjs
|
||||
file: ./deploy/docker/Dockerfile.prod
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
||||
@@ -14,7 +14,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: develop-sha-latest
|
||||
newTag: develop-sha-5e7b4de60bdc6f1c3fa1404119b3550b0740e6f5
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -13,7 +13,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: main-sha-9cb98b93934915fe6839f903f62c7a4142cd1a9f
|
||||
newTag: main-sha-8c0d3b710d83640cde126688c82cbe05dedef1f9
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"hero": {
|
||||
"title": "Full Stack Developer",
|
||||
"description": "Creating beautiful and functional web experiences with modern technologies"
|
||||
"description": "Creating functional web experiences with modern technologies."
|
||||
},
|
||||
"about": {
|
||||
"title": "About Me",
|
||||
|
||||
Reference in New Issue
Block a user