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

Error building GitHub Action container image and pushing to ghcr.io during automated release #246

Closed
jmeridth opened this issue Apr 22, 2024 · 0 comments · Fixed by #247
Closed
Labels
bug Something isn't working

Comments

@jmeridth
Copy link
Member

Describe the bug

Using docker/build-push-action getting error when pushing images to ghcr.io in the create_release-images workflow.

To Reproduce

  1. Merge PR to main (default branch)
  2. Release, tag, and discussion created succesffully
  3. GitHub Action container image built successfully but errors when pushing to ghcr.io
buildx failed with: ERROR: failed to solve: failed to push ghcr.io/issue_metrics:latest: 
unexpected status from HEAD request to https://ghcr.io/v2/issue_metrics/blobs/sha256:[SHA]: 400 Bad Request

Expected behavior

GitHub Action container image is built successfully and pushed to ghcr.io without issue.

This is succeeding in https://github.com/github/cleanowners already without issue.

Screenshots

No response

Additional context

Might be related to pushing multiple tags at once, unknown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant