Skip to content

Commit 72f44e0

Browse files
ci: bump docker/setup-buildx-action from 3.7.1 to 3.8.0
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] <[email protected]>
1 parent 67bd96b commit 72f44e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "image_branch_version=$image_branch_version" >> $GITHUB_OUTPUT
8181
8282
- name: Set up Docker Buildx
83-
uses: docker/setup-buildx-action@v3.7.1
83+
uses: docker/setup-buildx-action@v3.8.0
8484

8585
- name: Login to DockerHub
8686
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)