diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cc1592..f3ca174 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/deploy/k8s/overlays/dev/kustomization.yaml b/deploy/k8s/overlays/dev/kustomization.yaml index a44a985..1a32e91 100644 --- a/deploy/k8s/overlays/dev/kustomization.yaml +++ b/deploy/k8s/overlays/dev/kustomization.yaml @@ -14,7 +14,7 @@ commonLabels: # 이미지 태그 설정 images: - name: ghcr.io/mayne0213/jovies - newTag: develop-sha-latest + newTag: develop-sha-9abc720e2b5164520d27d028073b97213c39bc66 patchesStrategicMerge: - deployment-patch.yaml