From dcec28b31cd473613e984187b331b228e4f3d43b Mon Sep 17 00:00:00 2001 From: dragove Date: Thu, 7 Dec 2023 23:10:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=B1=E4=BA=8Eaot?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=AF=BC=E8=87=B4=E7=9A=84=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=90=8Ejar=E5=8C=85=E6=97=A0=E6=B3=95=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E6=B3=A8=E9=87=8Aaot=E6=8F=92=E4=BB=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94cd5841..9baba734 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,6 +80,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} + type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }} type=raw,value={{branch}}-{{sha}} - name: Build and push Docker image diff --git a/build.gradle b/build.gradle index c39cce5d..900e9f1d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'io.freefair.lombok' version '8.4' id 'org.springdoc.openapi-gradle-plugin' version '1.8.0' id 'org.hidetake.swagger.generator' version '2.19.2' - id 'org.graalvm.buildtools.native' version '0.9.28' +// id 'org.graalvm.buildtools.native' version '0.9.28' } group 'plus.maa'