Skip to content

Commit bebc7c7

Browse files
Bump docker/setup-buildx-action from 3.6.1 to 3.7.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.6.1...v3.7.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ab4061 commit bebc7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installation-action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
platforms: arm
5151
- name: Set up Docker Buildx
5252
id: buildx
53-
uses: docker/setup-buildx-action@v3.6.1
53+
uses: docker/setup-buildx-action@v3.7.0
5454
with:
5555
driver-opts: network=host
5656
- name: Build Docker image
@@ -89,7 +89,7 @@ jobs:
8989
platforms: arm64
9090
- name: Set up Docker Buildx
9191
id: buildx
92-
uses: docker/setup-buildx-action@v3.6.1
92+
uses: docker/setup-buildx-action@v3.7.0
9393
with:
9494
driver-opts: network=host
9595
- name: Build Docker image

0 commit comments

Comments
 (0)