Skip to content

Commit a7e37ef

Browse files
committed
Restore docker push but disable gha cache
1 parent 200ea1b commit a7e37ef

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)