fix: adjust image path in pipeline
This commit is contained in:
parent
f7596d6ecf
commit
687562250c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
"name": "${{ steps.repository.outputs.repository }}",
|
||||
"version": "${APP_VERSION}"
|
||||
},
|
||||
"image_path": "${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}:${{ steps.docker.outputs.tags }}",
|
||||
"image_path": "${{ steps.docker.outputs.tags }}",
|
||||
"image_type": "Docker",
|
||||
"access_ports": "tcp:80",
|
||||
"default_flavor": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue