diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index ba5e19fc..11028963 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -3,15 +3,12 @@ name: Build And Push Docker Image on: push: branches: - - 'master' - 'develop' tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 schedule: # 参考 https://jasonet.co/posts/scheduled-actions/ - # note: 这里是GMT时间,北京时间减去八小时即可。如北京时间 22:30 => GMT 14:30 - # minute hour day month dayOfWeek - - cron: '00 14 * * *' # GMT 14:00 => 北京时间 22:00 + - cron: '00 14 * * *' # GMT 15:00 => 北京时间 23:00 workflow_dispatch: jobs: