Skip to content

Commit

Permalink
workaround for GHCR/buildkit issue inspektor-gadget/inspektor-gadget#…
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Jan 20, 2023
1 parent 5970145 commit e2e0f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: setup buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.10.6
- name: docker meta
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit e2e0f28

Please sign in to comment.