From 1768b4111e6a8c1a56aee2699b45c74498e1d4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=B4=20=EC=9D=B4=EB=A6=84?= Date: Mon, 26 Feb 2024 18:33:52 +0900 Subject: [PATCH] =?UTF-8?q?#=20=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/leafy-backend-build-and-push.yml | 2 +- .github/workflows/leafy-frontend-build-and-push.yml | 2 +- .github/workflows/leafy-postgres-build-and-push.yml | 2 +- leafy-frontend/src/App.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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