From f6f7fc8863238f77628444b3f84a082ebc86092b Mon Sep 17 00:00:00 2001 From: yooonwodyd Date: Fri, 22 Dec 2023 04:52:22 +0900 Subject: [PATCH] =?UTF-8?q?docker-image.yml=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5a08da9..d9af25f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,8 +17,8 @@ jobs: distribution: 'temurin' - name: Add env properties run: | - touch ./src/main/resources/env.yaml - echo "${{ secrets.ENV_YML }}" > ./src/main/resources/env.yaml + touch ./src/main/resources/env.yml + echo "${{ secrets.ENV_YML }}" > ./src/main/resources/env.yml - name: Grant execute permission for gradlew run: chmod +x gradlew