Skip to content

Commit 31f71b7

Browse files
Update docker/setup-buildx-action action to v3.12.0
1 parent 2713b70 commit 31f71b7

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@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
106+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.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@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
216+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.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)