use main branch of Docker Desktop repo to trigger remote workflow

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2023-06-20 10:32:36 +02:00 committed by Nicolas De loof
parent 83b2433a27
commit 93cf2b921a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ jobs:
owner: 'docker', owner: 'docker',
repo: '${{ secrets.DOCKERDESKTOP_REPO }}', repo: '${{ secrets.DOCKERDESKTOP_REPO }}',
workflow_id: 'compose-edge-integration.yml', workflow_id: 'compose-edge-integration.yml',
ref: 'compose-edge-integration', ref: 'main',
inputs: { inputs: {
"image-tag": "${{ needs.bin-image.outputs.digest }}" "image-tag": "${{ needs.bin-image.outputs.digest }}"
} }