Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 1, 2025

CI failing on docker-build-push job due to missing AZURE_CREDENTIALS secret. All Python tests pass but the workflow reports failure.

Changes

  • Add vars.ENABLE_DOCKER_PUSH == 'true' condition to docker-build-push job
  • Job now skips gracefully when Azure credentials aren't configured
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) && vars.ENABLE_DOCKER_PUSH == 'true'

To enable Docker builds

  1. Set AZURE_CREDENTIALS secret
  2. Create repository variable ENABLE_DOCKER_PUSH=true
Original prompt

This section details on the original issue you should resolve

<issue_title>Investigat CI Failure</issue_title>
<issue_description>https://github.com/ianlintner/python_dsa/actions/runs/19809403873/job/56748830732</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…H variable

Co-authored-by: ianlintner <500914+ianlintner@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate CI failure in project Fix CI failure by making Docker push conditional on ENABLE_DOCKER_PUSH variable Dec 1, 2025
Copilot AI requested a review from ianlintner December 1, 2025 02:59
@ianlintner ianlintner marked this pull request as ready for review December 1, 2025 03:01
@ianlintner ianlintner merged commit 588ebd1 into main Dec 1, 2025
3 checks passed
@ianlintner ianlintner deleted the copilot/investigate-ci-failure branch December 1, 2025 03:01
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.

Investigat CI Failure

2 participants