Skip to content

Skip Docker publishing when credentials are unavailable - #1

Draft
henrib with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-github-actions-job-failure
Draft

Skip Docker publishing when credentials are unavailable#1
henrib with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-github-actions-job-failure

Conversation

Copilot AI commented Aug 29, 2026

Copy link
Copy Markdown

What changes were proposed in this pull request?

  • Guard Docker Hub login and publish steps on configured credentials.
  • Keep local image build and validation enabled without publishing credentials.
  • Prevent diagnostic kubectl get pods failures from masking the originating failure.

Why are the changes needed?

The scheduled image workflow failed at Docker Hub login when repository secrets were unavailable, skipping all local image validation.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

  • Parsed .github/workflows/docker-images.yml as YAML.
  • Verified all credential-dependent steps share the credential guard.

Co-authored-by: henrib <1228870+henrib@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Skip Docker publishing when credentials are unavailable Aug 29, 2026
Copilot AI requested a review from henrib August 29, 2026 12:35
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