Skip to content

Commit 3bd7f14

Browse files
build(deps): Bump docker/setup-buildx-action from 2 to 3 (#941)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33f582e commit 3bd7f14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-fb-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Set up Docker Buildx
4747
id: buildx
48-
uses: docker/setup-buildx-action@v2
48+
uses: docker/setup-buildx-action@v3
4949

5050
- name: Build and Push Image for Fluent Bit
5151
run: |

.github/workflows/build-fd-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Set up Docker Buildx
7979
id: buildx
80-
uses: docker/setup-buildx-action@v2
80+
uses: docker/setup-buildx-action@v3
8181

8282
- name: Build and Push arm64 base Image for Fluentd
8383
run: |

.github/workflows/build-op-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Set up Docker Buildx
5252
id: buildx
53-
uses: docker/setup-buildx-action@v2
53+
uses: docker/setup-buildx-action@v3
5454

5555
- name: Build and Push Image for Fluent Operator
5656
run: |

0 commit comments

Comments
 (0)