Skip to content

Commit 84ff2ae

Browse files
Update docker/setup-buildx-action action to v3.11.0
1 parent f34829c commit 84ff2ae

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@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
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@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
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)