From 19588e2694695966a78df964ba88cb6dca4e7ddb Mon Sep 17 00:00:00 2001 From: Wankko Ree Date: Wed, 3 Jul 2024 22:04:13 +0800 Subject: [PATCH] =?UTF-8?q?Pr=20=E6=97=B6=E5=8F=AA=E6=89=93=E5=8C=85?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=8E=A8=E9=80=81=E9=95=9C=E5=83=8F,=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=20Pr=20=E8=80=85=E6=97=A0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=86=99=E6=9D=83=E9=99=90=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c7332e1..ada35c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -147,7 +147,7 @@ jobs: context: . file: ./Dockerfile platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/riscv64 - push: true + push: ${{ github.event_name != 'pull_request' }} provenance: false tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}