Skip to content

Commit

Permalink
ci: remove workaround for Docker Buildx failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Feb 22, 2025
1 parent 787a975 commit f94120b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
# Workaround for failing builds: https://github.com/docker/build-push-action/issues/761#issuecomment-1383822381
# TODO remove workaround when fixed
with:
driver-opts: |
image=moby/buildkit:v0.10.6

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit f94120b

Please sign in to comment.