From cfcb86e20dac0d46468fd3af12607e01b2f0c04a Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:26:15 +0900 Subject: [PATCH] =?UTF-8?q?watchdog-fe:=20ci=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/watchdog-be-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/watchdog-be-build.yaml b/.gitea/workflows/watchdog-be-build.yaml index 53b3893..a41582c 100644 --- a/.gitea/workflows/watchdog-be-build.yaml +++ b/.gitea/workflows/watchdog-be-build.yaml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - uses: gradle/actions/setup-gradle@v3 - - uses: ./gradlew jibBuildTar + - run: ./gradlew jibBuildTar if: github.event.pull_request.merged == false - run: ./gradlew jib -Djib.to.image=git.usbharu.dev/usbharu/watchdog-be -Djib.to.auth.username=usbharu -Djib.to.auth.password=${{ secrets.DEPLOY_TOKEN }} if: github.event.pull_request.merged == true \ No newline at end of file