From b44c472ffc1138bfc29f64b52747da3e0e7cb427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E6=A5=BD=E5=9D=82=C2=B7=E5=96=B5?= Date: Tue, 22 Oct 2024 16:36:30 +0800 Subject: [PATCH] ci: change docker image build trigger (#501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 神楽坂·喵 --- .github/workflows/publish-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index e41c8c3d..9ea0b936 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -6,7 +6,7 @@ on: branches: - "main" release: - types: [prereleased,released] + types: [published] jobs: