feat: remove organisation from the app name
This commit is contained in:
parent
0751af7ab5
commit
7638ba2f77
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue