Skip to content

Commit 6ddbef3

Browse files
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
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>
1 parent beaa161 commit 6ddbef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
name: python-package
117117
path: dist/
118118
- name: Setup Docker buildx
119-
uses: docker/setup-buildx-action@v3.11.1
119+
uses: docker/setup-buildx-action@v3.12.0
120120
# Login against a Docker registry (only with a tag or push on `dev` branch)
121121
# https://github.com/docker/login-action
122122
- name: Log into Docker Hub

0 commit comments

Comments
 (0)