File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments