Skip to content

Commit 0fd38e7

Browse files
Update docker/setup-buildx-action action to v3.11.1 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f34829c commit 0fd38e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit.
104104
# It uses the docker/setup-buildx-action to configure Buildx with the specified context and platforms.
105105
# The platforms are specified in the matrix and will be used for building the Docker image.
106-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
106+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
107107
with:
108108
endpoint: builders
109109
platforms: ${{ matrix.platform }}
@@ -213,7 +213,7 @@ jobs:
213213
type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
214214
215215
- name: Set up Docker Buildx
216-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
216+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
217217
# This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit.
218218
with:
219219
driver-opts: |

0 commit comments

Comments
 (0)