diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index f9eda86b85b1..71fe51a5cb84 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -68,7 +68,8 @@ jobs: uses: benc-uk/workflow-dispatch@v1 with: workflow: test-build-docker-image.yml - inputs: '{ "ref": "refs/heads/pg"}' + inputs: '{ "tags": "${{needs.setup.outputs.tags}}", "ted_tag": "${{inputs.ted_tag}}" }' + ref: refs/heads/pg server-build: needs: [setup]