Skip to content

Commit

Permalink
ci: use buildx builder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Dec 25, 2024
1 parent 4779acb commit 16d43eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-interop-hole-punch-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
uses: docker/setup-buildx-action@v3
with:
config: ${{ steps.buildkit.outputs.config }}
install: true

- name: Install deps
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
Expand Down
1 change: 1 addition & 0 deletions .github/actions/run-interop-ping-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ runs:
uses: docker/setup-buildx-action@v3
with:
config: ${{ steps.buildkit.outputs.config }}
install: true

- name: Install deps
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
Expand Down
1 change: 1 addition & 0 deletions .github/actions/run-transport-interop-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ runs:
uses: docker/setup-buildx-action@v3
with:
config: ${{ steps.buildkit.outputs.config }}
install: true

- name: Install deps
working-directory: ${{ steps.find-workdir.outputs.WORK_DIR }}
Expand Down

0 comments on commit 16d43eb

Please sign in to comment.