Skip to content
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

fix: release container image build #244

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

jmeridth
Copy link
Member

@jmeridth jmeridth commented Apr 19, 2024

Pull Request

Proposed Changes

Seems the Unexpected status from HEAD request to <url>: 400 Bad Request is an intermittent error in GitHub Actions and pushing to ghcr that can be solved by using moby/buildkit via
docker/build-push-action#761 (comment)

Going to try this with latest release of moby/buildkit to see if it fixes it

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either fix, documentation, enhancement, infrastructure, or breaking

Seems the [`Unexpected status from HEAD request to <url>: 400 Bad Request`](https://github.com/github/issue-metrics/actions/runs/8758107284/job/24038180863#step:5:1024)
is an intermittent error in GitHub Actions and pushing to ghcr
that can be solved by using moby/buildkit via
docker/build-push-action#761 (comment)

Going to try this with latest release of moby/buildkit to see if it fixes it

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth self-assigned this Apr 19, 2024
@jmeridth jmeridth requested a review from zkoppert as a code owner April 19, 2024 21:19
@github-actions github-actions bot added the fix label Apr 19, 2024
@jmeridth jmeridth merged commit b39021b into main Apr 21, 2024
28 checks passed
@jmeridth jmeridth deleted the jm-fix-release-container-image-pushes branch April 21, 2024 00:11
@jmeridth
Copy link
Member Author

This did not fix the issue. Still researching. May have to temporarily pause automated image builds until figured out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants