Skip to content

ci: removed docker login from validate workflow #1664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025

Conversation

Prashansa-K
Copy link
Contributor

kong/kong-gateway-dev and kong/kong-dev are public repos and thus don't require docker logins.
This worked till now but I believe the docker user we were using was getting access denied with recent images.
For now, removing the docker login as it isn't not required.
Confirmed here: https://kongstrong.slack.com/archives/C027PKSNBC5/p1750151682471579?thread_ts=1750148184.011979&cid=C027PKSNBC5

@Prashansa-K Prashansa-K self-assigned this Jun 17, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.19%. Comparing base (b5f7764) to head (bef345d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1664   +/-   ##
=======================================
  Coverage   28.19%   28.19%           
=======================================
  Files          67       67           
  Lines        6949     6949           
=======================================
  Hits         1959     1959           
  Misses       4848     4848           
  Partials      142      142           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Prashansa-K Prashansa-K enabled auto-merge (squash) June 17, 2025 11:00
@Prashansa-K Prashansa-K requested a review from Copilot June 17, 2025 11:09
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the Docker Hub login step from the validate workflow as it is unnecessary for public repositories.

  • Removed the Docker Hub login step.
  • Updated the workflow file to reflect that no authentication is required for the public Docker images.

@Prashansa-K Prashansa-K merged commit d791d7a into main Jun 18, 2025
24 checks passed
@Prashansa-K Prashansa-K deleted the ci/fix-validate-workflow branch June 18, 2025 12: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.

3 participants