Skip to content

Commit 6dedfc2

Browse files
Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#271)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.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 e8c2fc7 commit 6dedfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
#
2727
steps:
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v4.0.0
29+
uses: docker/setup-buildx-action@v4.1.0
3030
- name: Checkout repository
3131
uses: actions/checkout@v6
3232
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.

0 commit comments

Comments
 (0)