fix: update workflow name and remove unnecessary triggers in nightly build

This commit is contained in:
2026-01-25 03:34:21 +00:00
committed by GitHub
parent 8009609825
commit 7262305343

View File

@@ -1,13 +1,9 @@
name: Development Docker Image (Nightly)
name: Docker Image (Nightly)
on:
schedule:
# Run every night at 5:00 UTC
- cron: '0 5 * * *'
push:
branches:
- dev
workflow_dispatch: # Allow manual triggering
env:
REGISTRY: docker.io
@@ -89,7 +85,6 @@ jobs:
tags: |
type=raw,value=nightly
type=raw,value=dev-latest
type=sha,prefix=dev-
labels: |
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
org.opencontainers.image.licenses=MIT