From 1df7bb709a81375b20da9351148a1e3d4041d623 Mon Sep 17 00:00:00 2001 From: Martin0o0 <8546088@naver.com> Date: Thu, 19 Oct 2023 22:48:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index fc01830..06dd040 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -56,9 +56,6 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD}} - name: Build and Push Docker Image - run: | - docker buildx create --use - docker buildx build -t chy0310/khumon:latest . --push env: JWT_SECRET: ${{ secrets.JWT_SECRET }} JWT_EXPIRATION: ${{ secrets.JWT_EXPIRATION }} @@ -92,6 +89,9 @@ jobs: NAVER_USER_NAME_ATTRIBUTE: ${{ secrets.NAVER_USER_NAME_ATTRIBUTE }} REDIS_HOST: ${{ secrets.REDIS_HOST }} REDIS_PORT: ${{ secrets.REDIS_PORT }} + run: | + docker buildx create --use + docker buildx build -t chy0310/khumon:latest . --push