Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/bump-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Regularly updates the CI container
name: Bump Bot
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

jobs:
mcore:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_bump_dockerfile.yml@v0.11.0
with:
source-repository: NVIDIA/Megatron-LM
source-ref: main
build-arg: MLM_TAG
dockerfile: Dockerfile
base-branch: dev
cicd-label: Run CICD
pr-reviewers: 'terrykong'
secrets:
PAT: ${{ secrets.PAT }}

nemo:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_bump_dockerfile.yml@v0.11.0
with:
source-repository: NVIDIA/NeMo
source-ref: main
build-arg: NEMO_TAG
dockerfile: Dockerfile
base-branch: dev
cicd-label: Run CICD
pr-reviewers: 'terrykong'
secrets:
PAT: ${{ secrets.PAT }}