Skip to content

Commit df23277

Browse files
chore(deps): Bump docker/setup-buildx-action from 3.12.0 to 4.0.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.12.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10bb06c commit df23277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-qemu-action@v4
3131

3232
- name: Setup Docker buildx
33-
uses: docker/setup-buildx-action@v3.12.0
33+
uses: docker/setup-buildx-action@v4.0.0
3434

3535
- name: Log into registry ${{ env.REGISTRY }}
3636
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)