File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,11 @@ jobs:
145145 id : image
146146 uses : docker/build-push-action@v6
147147 with :
148- push : false
148+ push : true
149149 load : false
150150 context : .
151151 tags : ${{ env.BUILD_IMAGE }}
152152 target : with-targets
153- cache-from : type=gha
154- cache-to : type=gha,mode=max
155153 build-args : |
156154 NUMPROC=6
157155 USE_MAKEFLAGS=-k V=0 SAGE_NUM_THREADS=4 --output-sync=recurse
@@ -265,13 +263,11 @@ jobs:
265263 id : image
266264 uses : docker/build-push-action@v6
267265 with :
268- push : false
266+ push : true
269267 load : false
270268 context : .
271269 tags : ${{ env.BUILD_IMAGE }}
272270 target : with-targets
273- cache-from : type=gha
274- cache-to : type=gha,mode=max
275271 build-args : |
276272 NUMPROC=6
277273 USE_MAKEFLAGS=-k V=0 SAGE_NUM_THREADS=4 --output-sync=recurse
You can’t perform that action at this time.
0 commit comments