From 03959fc97154eb44b3e44e6bc0712c0fa1d6cca7 Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 29 Jul 2024 19:41:11 +0200 Subject: [PATCH] try to use previous docker buildx 0.15 --- .github/workflows/interop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 90cc5fb849..8462c40b7d 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v3.4.0 - name: Build image run: docker buildx build --load -t nim-libp2p-head -f tests/transport-interop/Dockerfile . - name: Run tests @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v3.4.0 - name: Build image run: docker buildx build --load -t nim-libp2p-head -f tests/hole-punching-interop/Dockerfile . - name: Run tests