update default image name

This commit is contained in:
yusing
2025-02-23 13:28:35 +08:00
parent a1a5bf921e
commit 03ea9bb760
2 changed files with 3 additions and 3 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: