fix: changes
This commit is contained in:
parent
be6194001c
commit
c69b2407e9
1 changed files with 2 additions and 2 deletions
|
|
@ -58,9 +58,9 @@ jobs:
|
||||||
"key": {
|
"key": {
|
||||||
"organization": "edp-developer-framework",
|
"organization": "edp-developer-framework",
|
||||||
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')",
|
"name": "$(echo ${{ steps.repository.outputs.repository }} | sed -e 's|^.*/||')",
|
||||||
"version": "$(echo ${{ steps.docker.outputs.version }} | tr -d '\n')"
|
"version": "${{ steps.docker.outputs.version }}"
|
||||||
},
|
},
|
||||||
"image_path": "${{ steps.docker.outputs.tags }}",
|
"image_path": "${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}:${{ steps.docker.outputs.version }}",
|
||||||
"image_type": "Docker",
|
"image_type": "Docker",
|
||||||
"access_ports": "tcp:80",
|
"access_ports": "tcp:80",
|
||||||
"default_flavor": {
|
"default_flavor": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue