This commit is contained in:
xiaojunnuo
2025-12-29 23:55:35 +08:00
parent 6772b32609
commit 6a43b44087
+5 -5
View File
@@ -1,10 +1,10 @@
name: build-node-base-image name: build-node-base-image
# 废弃,比默认的占用内存更多 # 废弃,比默认的占用内存更多
# on: on:
# push: push:
# branches: ['v2-dev'] branches: ['v2-dev1']
# paths: paths:
# - "scripts/build/Dockerfile" - "scripts/build/Dockerfile"
# schedule: # schedule:
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间 # - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
# - cron: '17 19 * * *' # - cron: '17 19 * * *'