Skip to content

Commit ff3e3bc

Browse files
chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.12.0 (#206)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.12.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@b5ca514...8d2750c) --- 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 857e705 commit ff3e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Set up Docker Buildx
5454
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
55-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
55+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5656

5757
- name: Login to Quay.io and Docker Hub registries and setup multi-arch builder
5858
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'

0 commit comments

Comments
 (0)