fix: rename workflow [skip ci]
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 00:51
bc5250a8532035836e7adda2c694f72860775fee
| @@ -1,19 +1,19 @@ | ||
| 1 | 1 | # ============================================================================== |
| 2 | 2 | # Example: Caller workflow for test-image |
| 3 | 3 | # Lives in: 9it-full-service/shared-workflows/.github/workflows/build.yml |
| 4 | 4 | # |
| 5 | 5 | # This shows how to use the shared workflows with a dynamic architecture matrix. |
| 6 | 6 | # Adjust the matrix.include array to control which architectures are built. |
| 7 | 7 | # ============================================================================== |
| 8 | 8 | |
| 9 | -name: Build Image |
|
| 9 | +name: Build Images Image |
|
| 10 | 10 | |
| 11 | 11 | on: |
| 12 | 12 | workflow_dispatch: |
| 13 | 13 | inputs: |
| 14 | 14 | version: |
| 15 | 15 | description: 'Version tag for the image' |
| 16 | 16 | required: false |
| 17 | 17 | default: 'dev' |
| 18 | 18 | type: string |
| 19 | 19 | # push: |