From 640413123f5483523b4496dfd9aff2bd6505888a Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Mon, 5 Aug 2024 09:02:55 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=94=AF=E6=8C=81act?= =?UTF-8?q?ion=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 49b0954..b7e93e0 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -3,10 +3,10 @@ name: Docker Build and Push on: release: types: [published] - + workflow_dispatch: # 启用手动触发 jobs: build-and-push: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Check out the repository uses: actions/checkout@v3