From 6a43b4408728837ecf8de7bf059eb36af1b9f0af Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 29 Dec 2025 23:55:35 +0800 Subject: [PATCH] chore: 1 --- .github/workflows/base-image-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/base-image-build.yml b/.github/workflows/base-image-build.yml index 7fdd95d36..69cb00ee8 100644 --- a/.github/workflows/base-image-build.yml +++ b/.github/workflows/base-image-build.yml @@ -1,10 +1,10 @@ name: build-node-base-image # 废弃,比默认的占用内存更多 -# on: -# push: -# branches: ['v2-dev'] -# paths: -# - "scripts/build/Dockerfile" +on: + push: + branches: ['v2-dev1'] + paths: + - "scripts/build/Dockerfile" # schedule: # - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间 # - cron: '17 19 * * *'