Skip to content

Commit 08ce3f2

Browse files
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#142)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.11.1...v3.12.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37b95bc commit 08ce3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
-
2323
name: "Docker: Setup Buildx"
2424
id: buildx
25-
uses: docker/setup-buildx-action@v3.11.1
25+
uses: docker/setup-buildx-action@v3.12.0
2626
-
2727
name: "Docker: Available Platforms"
2828
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)