mirror of https://github.com/docker/compose.git
add missing comma in desktop-edge-test job
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
c61b8aa5ac
commit
c8d06137b5
|
@ -144,7 +144,7 @@ jobs:
|
|||
owner: 'docker',
|
||||
repo: '${{ secrets.DOCKERDESKTOP_REPO }}',
|
||||
workflow_id: 'compose-edge-integration.yml',
|
||||
ref: 'compose-edge-integration'
|
||||
ref: 'compose-edge-integration',
|
||||
inputs: {
|
||||
"image-tag": "${{ needs.bin-image.outputs.digest }}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue