Browse Source

use main branch of Docker Desktop repo to trigger remote workflow

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 2 years ago
parent
commit
93cf2b921a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/merge.yml

+ 1 - 1
.github/workflows/merge.yml

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