fix: update workflow name and remove unnecessary triggers in nightly build
This commit is contained in:
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@@ -1,13 +1,9 @@
|
|||||||
name: Development Docker Image (Nightly)
|
name: Docker Image (Nightly)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run every night at 5:00 UTC
|
# Run every night at 5:00 UTC
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 5 * * *'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
workflow_dispatch: # Allow manual triggering
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: docker.io
|
REGISTRY: docker.io
|
||||||
@@ -89,7 +85,6 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=raw,value=nightly
|
type=raw,value=nightly
|
||||||
type=raw,value=dev-latest
|
type=raw,value=dev-latest
|
||||||
type=sha,prefix=dev-
|
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
|
org.opencontainers.image.created=${{ github.event.head_commit.timestamp }}
|
||||||
org.opencontainers.image.licenses=MIT
|
org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user