mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-28 11:30:07 +00:00
Fix build workflow runs names (#679)
This commit is contained in:
parent
cd8177e0ae
commit
09ac8b5463
2 changed files with 10 additions and 0 deletions
9
.github/workflows/4testing-build.yml
vendored
9
.github/workflows/4testing-build.yml
vendored
|
|
@ -1,5 +1,14 @@
|
|||
### This workflow setup instance then build and push images ###
|
||||
name: 4testing multiarch-build
|
||||
run-name: >-
|
||||
Build #${{ inputs.build }} [
|
||||
${{ inputs.amd64 && 'AMD64' || '-' }}
|
||||
${{ inputs.arm64 && 'ARM64' || '-' }}
|
||||
] [
|
||||
${{ inputs.community && 'CE' || '-' }}
|
||||
${{ inputs.developer && 'DE' || '-' }}
|
||||
${{ inputs.enterprise && 'EE' || '-' }}
|
||||
]
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue