From 8c300c36ff7b2ebc3c00bfa75e9bf74033f97bc7 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Thu, 13 Oct 2022 22:23:03 +0800 Subject: =?UTF-8?q?=F0=9F=92=9A=20=E6=9B=B4=E6=96=B0=20action=20=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 8ff988e..db22c24 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -1,11 +1,10 @@ name: 🚧 Auto Build Docker Image + on: push: branches: [main] - pull_request: - branches: [main] + tags: ["🔖 发布版本*"] - workflow_dispatch: jobs: docker: runs-on: ubuntu-latest -- cgit v1.2.3