aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release3.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 15:24:27 +0000
committerGitHub <noreply@github.com>2022-05-02 15:24:27 +0000
commit94f302fb34f2904cb25a893ed5471d0bf4ee33ea (patch)
treeada722fb469b4e26cd1962245fa76b0d3354fd46 /.github/workflows/container_release3.yml
parent73961e24d8b311b938dfb692f93e172866813487 (diff)
downloadseaweedfs-94f302fb34f2904cb25a893ed5471d0bf4ee33ea.tar.xz
seaweedfs-94f302fb34f2904cb25a893ed5471d0bf4ee33ea.zip
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/94ab11c41e45d028884a99163086648e898eed25...f211e3e9ded2d9377c8cadc4489a4e38014bc4c9) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/container_release3.yml')
-rw-r--r--.github/workflows/container_release3.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 4f489ea35..d0bbe97e3 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -38,7 +38,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
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'