diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-02 10:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 10:49:28 -0700 |
| commit | 80752afff3d72fe2773a6838a848bfb2cec9f47c (patch) | |
| tree | 278deac44d63a5603c18507c1d861d66d98eee4c /.github/workflows/container_dev.yml | |
| parent | c5717ad8c25d8fa70cb8148458ce463569900a54 (diff) | |
| parent | 94f302fb34f2904cb25a893ed5471d0bf4ee33ea (diff) | |
| download | seaweedfs-80752afff3d72fe2773a6838a848bfb2cec9f47c.tar.xz seaweedfs-80752afff3d72fe2773a6838a848bfb2cec9f47c.zip | |
Merge pull request #3002 from chrislusf/dependabot/github_actions/docker/setup-buildx-action-1.7.0
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
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 484ccd2ab..f4d3fdfb6 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # v1 + uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # v1 with: buildkitd-flags: "--debug" - |
