chore: update CI workflows to support manual triggers and rename Docker image workflow
This commit is contained in:
7
.github/workflows/docker-image-arm64.yml
vendored
7
.github/workflows/docker-image-arm64.yml
vendored
@@ -1,14 +1,9 @@
|
|||||||
name: Publish Docker image (arm64)
|
name: Publish Docker image (Multi Registries)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
name:
|
|
||||||
description: 'reason'
|
|
||||||
required: false
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registries:
|
push_to_registries:
|
||||||
name: Push Docker image to multiple registries
|
name: Push Docker image to multiple registries
|
||||||
|
|||||||
5
.github/workflows/linux-release.yml
vendored
5
.github/workflows/linux-release.yml
vendored
@@ -3,6 +3,11 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'reason'
|
||||||
|
required: false
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
5
.github/workflows/macos-release.yml
vendored
5
.github/workflows/macos-release.yml
vendored
@@ -3,6 +3,11 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'reason'
|
||||||
|
required: false
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
5
.github/workflows/windows-release.yml
vendored
5
.github/workflows/windows-release.yml
vendored
@@ -3,6 +3,11 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'reason'
|
||||||
|
required: false
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user