update default image name

This commit is contained in:
yusing
2025-02-23 06:36:20 +08:00
parent 7153fc8bb5
commit 2504510c61
4 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ on:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**" # matches every branch
- "!main" # excludes master
- "!main" # excludes main
jobs:
build-nightly: