feat: remove organisation from the app name

This commit is contained in:
franz.germann 2025-08-14 11:55:31 +02:00
parent 0751af7ab5
commit 7638ba2f77

View file

@ -62,7 +62,7 @@ jobs:
"App": {
"key": {
"organization": "edp-developer-framework",
"name": "TEST",
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')",
"version": "${APP_VERSION}"
},
"image_path": "${{ steps.docker.outputs.tags }}",