Skip to content

Commit

Permalink
uses docker buildx v0.15.1 for transport interop test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Jul 29, 2024
1 parent 478fd31 commit 681bb12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
with:
version: v0.15.1
- name: Build image
run: docker buildx build --load -t nim-libp2p-head -f tests/transport-interop/Dockerfile .
- name: Run tests
Expand Down

0 comments on commit 681bb12

Please sign in to comment.