update cron schedule for docker-node and node-python workflows to run at midnight UTC
Some checks failed
docker-node image / build (arm64) (push) Successful in 7s
node-python image / build (arm64) (push) Successful in 17s
docker-node image / build (amd64) (push) Successful in 55s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / amend-manifest (push) Has been cancelled
node-python image / build (amd64) (push) Has been cancelled

This commit is contained in:
thuanle
2025-08-15 14:36:45 +07:00
parent 45bd9c3370
commit 62e0bc63de
3 changed files with 13 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ name: docker-node image
on:
push:
schedule:
- cron: '0 1 * * 0' # 01:00 sáng Chủ nhật (UTC)
- cron: '0 0 * * 0' # 00:00 sáng Chủ nhật (UTC)
workflow_dispatch: # Cho phép chạy tay nếu cần
env:

View File

@@ -3,7 +3,7 @@ name: node-python image
on:
push:
schedule:
- cron: '0 2 * * 0' # 02:00 sáng Chủ nhật (UTC)
- cron: '0 0 * * 0' # 00:00 sáng Chủ nhật (UTC)
workflow_dispatch: # Cho phép chạy tay nếu cần
env:

View File

@@ -4,15 +4,20 @@ Kho lưu trữ này cung cấp các Docker base image cho nhiều mục đích s
## Các môi trường/phần mềm đã được cài đặt trong image
- **arch-docker-node**
- `git.thuanle.me/public/base:arch-docker-node-latest`
- **Hệ điều hành**: Arch Linux
- **Kiến trúc**: amd64
- **docker-node**
- `git.thuanle.me/public/base:docker-node-latest`
- Các gói/phần mềm đã cài đặt:
- **Node.js** kèm theo **npm****yarn**
- **Node.js v22** kèm theo **npm****yarn**
- **Docker CLI**
- **git**
- **node-python**
- `git.thuanle.me/public/base:node-python-latest`
- Các gói/phần mềm đã cài đặt:
- **Node.js** kèm theo **npm****yarn**
- **git**
- **python v3.11**
## Update
- Repo duoc update hang tuan vao 01:00 Chu nhat (GMT)
- Repo được update hàng tuần.