Commit 4069b3f7 by CaIon

chore: update CI workflows to support manual triggers and rename Docker image workflow

parent 2cb067f4
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
......
...@@ -3,6 +3,11 @@ permissions: ...@@ -3,6 +3,11 @@ permissions:
contents: write contents: write
on: on:
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
push: push:
tags: tags:
- '*' - '*'
......
...@@ -3,6 +3,11 @@ permissions: ...@@ -3,6 +3,11 @@ permissions:
contents: write contents: write
on: on:
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
push: push:
tags: tags:
- '*' - '*'
......
...@@ -3,6 +3,11 @@ permissions: ...@@ -3,6 +3,11 @@ permissions:
contents: write contents: write
on: on:
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
push: push:
tags: tags:
- '*' - '*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment