Skip to content

Add missing build-docker-image input parameter to build-docker-test workflow#2

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

Add missing build-docker-image input parameter to build-docker-test workflow#2
Copilot wants to merge 3 commits intoHPCC-33185-Docker-HPCC-Testfrom
copilot/run-docker-test-workflow

Conversation

Copy link

Copilot AI commented Dec 5, 2025

The build-docker-test.yml workflow references inputs.build-docker-image in a conditional but doesn't define this input parameter, causing the workflow to fail when invoked.

Changes

  • Added build-docker-image boolean input (default: false) to both workflow_call and workflow_dispatch sections
  • Follows the pattern established in build-docker-community.yml

This allows the workflow to be invoked with the optional build-docker-image parameter to control whether the Docker image build step executes.

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.

Copilot AI self-assigned this Dec 5, 2025
Co-authored-by: xwang2713 <4911061+xwang2713@users.noreply.github.com>
Copilot AI changed the title [WIP] Run docker test workflow in build-docker-test.yml Add missing build-docker-image input parameter to build-docker-test workflow Dec 5, 2025
Copilot AI requested a review from xwang2713 December 5, 2025 19:08
@xwang2713 xwang2713 force-pushed the HPCC-33185-Docker-HPCC-Test branch 8 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