Browse Source

change dowstream ref

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 3 years ago
parent
commit
6b2ca93981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dispatch-release.yml

+ 1 - 1
.github/workflows/dispatch-release.yml

@@ -15,7 +15,7 @@ jobs:
               owner: 'docker',
               repo: 'docker.github.io',
               workflow_id: 'compose_release',
-              ref: 'master',
+              ref: 'compose-api-upstream',
               inputs: {
                 release: ${{ GITHUB_REF }},
               },