Skip to content

Commit 6ff59be

Browse files
authored
Update docker-image.yml
1 parent 5e2694f commit 6ff59be

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,10 @@ jobs:
6464
with:
6565
context: .
6666
push: true
67-
outputs: type=image,push=true,compression=gzip,compression-level=9,force-compression=true
67+
outputs: type=image,push=true,compression=uncompressed
6868
tags: ${{ steps.meta.outputs.tags }}
6969
labels: ${{ steps.meta.outputs.labels }}
7070
target: openjij-builder
71-
cache-from: type=gha
72-
cache-to: type=gha,mode=max
73-
7471

7572
build-and-push-image-minimum:
7673
runs-on: ubuntu-latest
@@ -182,12 +179,10 @@ jobs:
182179
with:
183180
context: .
184181
push: true
185-
outputs: type=image,push=true,compression=gzip,compression-level=9,force-compression=true
182+
outputs: type=image,push=true,compression=uncompressed
186183
tags: ${{ steps.meta.outputs.tags }}
187184
labels: ${{ steps.meta.outputs.labels }}
188-
target: openjij-builder-old
189-
cache-from: type=gha
190-
cache-to: type=gha,mode=max
185+
target: openjij-builder-old
191186

192187
build-and-push-image-old-minimum:
193188
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)