Skip to content

Commit

Permalink
fix: release container image build (#244)
Browse files Browse the repository at this point in the history
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 <jmeridth@gmail.com>
  • Loading branch information
jmeridth authored Apr 21, 2024
1 parent d33a996 commit b39021b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.13.1
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit b39021b

Please sign in to comment.