diff --git a/.github/workflows/leafy-backend-build-and-push.yml b/.github/workflows/leafy-backend-build-and-push.yml index c35e818..5773a0f 100644 --- a/.github/workflows/leafy-backend-build-and-push.yml +++ b/.github/workflows/leafy-backend-build-and-push.yml @@ -39,4 +39,4 @@ jobs: # Dockerfile의 경로입니다. push: true # 이미지를 레지스트리에 푸시합니다. tags: ${{ secrets.DOCKERHUB_USERNAME }}/leafy-backend:${{ github.sha }} - + platforms: linux/amd64, linux/arm64 diff --git a/.github/workflows/leafy-frontend-build-and-push.yml b/.github/workflows/leafy-frontend-build-and-push.yml index 32a3560..70e9313 100644 --- a/.github/workflows/leafy-frontend-build-and-push.yml +++ b/.github/workflows/leafy-frontend-build-and-push.yml @@ -40,4 +40,4 @@ jobs: push: true # 이미지를 레지스트리에 푸시합니다. tags: ${{ secrets.DOCKERHUB_USERNAME }}/leafy-frontend:${{ github.sha }} - + platforms: linux/amd64, linux/arm64 diff --git a/.github/workflows/leafy-postgres-build-and-push.yml b/.github/workflows/leafy-postgres-build-and-push.yml index be58bbe..d9bbaaf 100644 --- a/.github/workflows/leafy-postgres-build-and-push.yml +++ b/.github/workflows/leafy-postgres-build-and-push.yml @@ -40,4 +40,4 @@ jobs: push: true # 이미지를 레지스트리에 푸시합니다. tags: ${{ secrets.DOCKERHUB_USERNAME }}/leafy-postgres:${{ github.sha }} - + platforms: linux/amd64, linux/arm64 diff --git a/leafy-frontend/src/App.vue b/leafy-frontend/src/App.vue index c448630..625905e 100644 --- a/leafy-frontend/src/App.vue +++ b/leafy-frontend/src/App.vue @@ -2,7 +2,7 @@

안녕하세요, {{ user.name }}님!

-

오늘도 즐거운 식물 관리하세요.

+

어제는 즐겁게 식물 관리하셨나요?

LEAFY