diff --git a/.github/workflows/amd64-release.yml b/.github/workflows/amd64-release.yml index 8ff8cfc69..12e608359 100644 --- a/.github/workflows/amd64-release.yml +++ b/.github/workflows/amd64-release.yml @@ -1,4 +1,5 @@ name: Get-AMD64-Docker-Images-Release +run-name: Docker Image(${{github.event.inputs.docker_images}}) on: workflow_dispatch: diff --git a/.github/workflows/amd64.yml b/.github/workflows/amd64.yml index 69cd5719f..47d00cfba 100644 --- a/.github/workflows/amd64.yml +++ b/.github/workflows/amd64.yml @@ -1,4 +1,6 @@ name: x86-64 Pull and Save Docker Image +run-name: Docker Image(${{github.event.inputs.docker_images}}) + on: workflow_dispatch: inputs: diff --git a/.github/workflows/arm32-release.yml b/.github/workflows/arm32-release.yml index 2a4dfe940..a203efec8 100644 --- a/.github/workflows/arm32-release.yml +++ b/.github/workflows/arm32-release.yml @@ -1,4 +1,5 @@ name: Get-ARM32-Docker-Images-Release +run-name: Docker Image(${{github.event.inputs.docker_images}}) on: workflow_dispatch: diff --git a/.github/workflows/arm32.yml b/.github/workflows/arm32.yml index f6d89f3ca..0b7a2241b 100644 --- a/.github/workflows/arm32.yml +++ b/.github/workflows/arm32.yml @@ -1,4 +1,5 @@ name: ARM32 Pull and Save Docker Image +run-name: Docker Image(${{github.event.inputs.docker_images}}) on: workflow_dispatch: diff --git a/.github/workflows/arm64-release.yml b/.github/workflows/arm64-release.yml index c87197769..3a26bca4d 100644 --- a/.github/workflows/arm64-release.yml +++ b/.github/workflows/arm64-release.yml @@ -1,4 +1,5 @@ name: Get-ARM64-Docker-Images-Release +run-name: Docker Image(${{github.event.inputs.docker_images}}) on: workflow_dispatch: diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 0481536ba..62707d5c4 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -1,4 +1,5 @@ name: ARM64 Pull and Save Docker Image +run-name: Docker Image(${{github.event.inputs.docker_images}}) on: workflow_dispatch: