Merge branch 'main' of github.com:9IT-Full-Service/quilldrop
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 00:51
50efbd9d6ec695530fd00606d09209c7183fa3fd
| @@ -1,10 +1,18 @@ | ||
| 1 | +## [1.1.4](https://github.com/9IT-Full-Service/quilldrop/compare/v1.1.3...v1.1.4) (2026-02-18) |
|
| 2 | + | |
| 3 | + | |
| 4 | +### Bug Fixes |
|
| 5 | + | |
| 6 | +* add docker image for images [skip ci] ([257f09e](https://github.com/9IT-Full-Service/quilldrop/commit/257f09e82aaaddf2a3d41148efde96a3a8b70bc0)) |
|
| 7 | +* add images to Docker ignore ([2033bde](https://github.com/9IT-Full-Service/quilldrop/commit/2033bdea0eb4cac7aedd7cbae2b47292da2b9616)) |
|
| 8 | + | |
| 1 | 9 | ## [1.1.3](https://github.com/9IT-Full-Service/quilldrop/compare/v1.1.2...v1.1.3) (2026-02-18) |
| 2 | 10 | |
| 3 | 11 | |
| 4 | 12 | ### Bug Fixes |
| 5 | 13 | |
| 6 | 14 | * quilldrop fix template base navigation menu ([23a110f](https://github.com/9IT-Full-Service/quilldrop/commit/23a110ffc2bc0cb3f8de2423e690c1a34b652c85)) |
| 7 | 15 | * readme ([27e4314](https://github.com/9IT-Full-Service/quilldrop/commit/27e4314f557ba8cc8de517c4122dd41b76dc93fc)) |
| 8 | 16 | |
| 9 | 17 | ## [1.1.2](https://github.com/9IT-Full-Service/quilldrop/compare/v1.1.1...v1.1.2) (2026-02-18) |
| 10 | 18 |
| @@ -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: |