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:
103
103
# This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit.
104
104
# It uses the docker/setup-buildx-action to configure Buildx with the specified context and platforms.
105
105
# 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
107
107
with :
108
108
endpoint : builders
109
109
platforms : ${{ matrix.platform }}
@@ -213,7 +213,7 @@ jobs:
213
213
type=raw,value=latest,enable=${{ github.ref_name == 'main' }}
214
214
215
215
- 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
217
217
# This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit.
218
218
with :
219
219
driver-opts : |
You can’t perform that action at this time.
0 commit comments