62
62
63
63
- name : Build base wheels and export to cache
64
64
id : build_basewheels_cross
65
- uses : docker/build-push-action@v6.5 .0
65
+ uses : docker/build-push-action@v6.6 .0
66
66
with :
67
67
context : .
68
68
file : Dockerfile
78
78
outputs : type=local,dest=./wheelhouse
79
79
80
80
- name : cache wheel builder image amd64
81
- uses : docker/build-push-action@v6.5 .0
81
+ uses : docker/build-push-action@v6.6 .0
82
82
with :
83
83
context : .
84
84
file : Dockerfile
89
89
cache-from : type=local,src=/tmp/.buildx-cache
90
90
91
91
- name : cache wheel builder image armv7
92
- uses : docker/build-push-action@v6.5 .0
92
+ uses : docker/build-push-action@v6.6 .0
93
93
with :
94
94
context : .
95
95
file : Dockerfile
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
- name : Build amd64 base image and export to cache
115
115
id : build_base_amd64
116
- uses : docker/build-push-action@v6.5 .0
116
+ uses : docker/build-push-action@v6.6 .0
117
117
with :
118
118
context : .
119
119
file : Dockerfile
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Build armv7 base image and export to cache
130
130
id : build_base_armv7
131
- uses : docker/build-push-action@v6.5 .0
131
+ uses : docker/build-push-action@v6.6 .0
132
132
with :
133
133
context : .
134
134
file : Dockerfile
@@ -148,7 +148,7 @@ jobs:
148
148
149
149
150
150
- name : Build extra wheels
151
- uses : docker/build-push-action@v6.5 .0
151
+ uses : docker/build-push-action@v6.6 .0
152
152
with :
153
153
context : .
154
154
file : Dockerfile
@@ -287,7 +287,7 @@ jobs:
287
287
mkdir -p ./wheelhouse/linux_arm_v7
288
288
289
289
- name : Build wheels for mod ${{ matrix.module }}
290
- uses : docker/build-push-action@v6.5 .0
290
+ uses : docker/build-push-action@v6.6 .0
291
291
timeout-minutes : 75
292
292
with :
293
293
context : .
@@ -306,7 +306,7 @@ jobs:
306
306
307
307
- name : Build for integration test
308
308
id : build-it
309
- uses : docker/build-push-action@v6.5 .0
309
+ uses : docker/build-push-action@v6.6 .0
310
310
with :
311
311
context : .
312
312
file : Dockerfile
@@ -360,7 +360,7 @@ jobs:
360
360
org.opencontainers.image.title=${{ env.IMAGE_NAME }}_${{ matrix.module }}
361
361
362
362
- name : Build and push Docker image for all plattforms
363
- uses : docker/build-push-action@v6.5 .0
363
+ uses : docker/build-push-action@v6.6 .0
364
364
id : docker_build_runtime_cross
365
365
with :
366
366
context : .
0 commit comments