diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-07 10:42:15 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-07 10:42:15 -0800 |
| commit | b544a69550d6793dc61eafccc9b850d43bee5d32 (patch) | |
| tree | a1c69989d4566eb43f404b01aec144f7e8328f49 /.github/workflows/container_dev.yml | |
| parent | 5c0f01c0eb3a022abbaa4e6b1bed3254d5ab6506 (diff) | |
| parent | 170b63d6f89284b804b153343380537fd09e0025 (diff) | |
| download | seaweedfs-b544a69550d6793dc61eafccc9b850d43bee5d32.tar.xz seaweedfs-b544a69550d6793dc61eafccc9b850d43bee5d32.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 1e999fcc8..0b1280480 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v1 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v1 with: buildkitd-flags: "--debug" - |
