Skip to content

[WIP] Run build-docker-test.yml#4

Draft
Copilot wants to merge 3 commits intoHPCC-33185-Docker-HPCC-Testfrom
copilot/run-build-docker-test
Draft

[WIP] Run build-docker-test.yml#4
Copilot wants to merge 3 commits intoHPCC-33185-Docker-HPCC-Testfrom
copilot/run-build-docker-test

Conversation

Copy link

Copilot AI commented Dec 5, 2025

Plan: Fix build-docker-test.yml workflow

  • Analyze the problem: The workflow references inputs.build-docker-image on line 95 but doesn't define this input
  • Review similar workflows (build-docker-community.yml) to understand the correct pattern
  • Add build-docker-image input definition to workflow_call section
  • Add build-docker-image input definition to workflow_dispatch section
  • Verify the workflow syntax is correct
  • Test that the workflow file is valid YAML

Changes Made

Added the missing build-docker-image boolean input to both workflow_call and workflow_dispatch sections of the build-docker-test.yml workflow. This input is used on line 105 to conditionally build the Docker image. The input defaults to false to maintain backward compatibility, and can be set to true when the workflow is triggered to actually build and push the Docker image.

Original prompt

On build-docker-test.yml, Run


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: xwang2713 <4911061+xwang2713@users.noreply.github.com>
@xwang2713 xwang2713 force-pushed the HPCC-33185-Docker-HPCC-Test branch from 1dc7b0d to 31770d4 Compare December 5, 2025 20:06
Copilot AI requested a review from xwang2713 December 5, 2025 20:07
@xwang2713 xwang2713 force-pushed the HPCC-33185-Docker-HPCC-Test branch 6 times, most recently from 10c5fa0 to bf87dd4 Compare December 9, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants