Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 3da4775

Browse files
⬆️ Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#637)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.7.1...v3.8.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71752fc commit 3da4775

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Workaround: https://github.com/docker/build-push-action/issues/461
3939
- name: Setup Docker buildx
40-
uses: docker/setup-buildx-action@v3.7.1
40+
uses: docker/setup-buildx-action@v3.8.0
4141

4242
# Login against a Docker registry except on PR
4343
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)