Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/amd64-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Get-AMD64-Docker-Images-Release
run-name: Docker Image(${{github.event.inputs.docker_images}})

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/amd64.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/arm32-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Get-ARM32-Docker-Images-Release
run-name: Docker Image(${{github.event.inputs.docker_images}})

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/arm32.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ARM32 Pull and Save Docker Image
run-name: Docker Image(${{github.event.inputs.docker_images}})

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/arm64-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Get-ARM64-Docker-Images-Release
run-name: Docker Image(${{github.event.inputs.docker_images}})

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ARM64 Pull and Save Docker Image
run-name: Docker Image(${{github.event.inputs.docker_images}})

on:
workflow_dispatch:
Expand Down