Skip to content

Commit 9d5c5af

Browse files
authored
revert(docker): not use gha cache (#868)
1 parent 8e47ccf commit 9d5c5af

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/build-dev-image.yml

-4
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
build-args: |
5858
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
5959
push: true
60-
cache-from: type=gha
61-
cache-to: type=gha,mode=max
6260
build-ibis-image:
6361
runs-on: ubuntu-latest
6462
steps:
@@ -91,5 +89,3 @@ jobs:
9189
platforms: linux/amd64,linux/arm64
9290
push: true
9391
tags: ${{ steps.meta.outputs.tags }}
94-
cache-from: type=gha
95-
cache-to: type=gha,mode=max

.github/workflows/build-image.yml

-4
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
build-args: |
7070
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
7171
push: true
72-
cache-from: type=gha
73-
cache-to: type=gha,mode=max
7472
build-ibis-image:
7573
needs: prepare-tag
7674
runs-on: ubuntu-latest
@@ -103,5 +101,3 @@ jobs:
103101
platforms: linux/amd64,linux/arm64
104102
push: true
105103
tags: ${{ steps.meta.outputs.tags }}
106-
cache-from: type=gha
107-
cache-to: type=gha,mode=max

.github/workflows/stable-release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ jobs:
113113
build-args: |
114114
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
115115
push: true
116-
cache-from: type=gha
117-
cache-to: type=gha,mode=max
118116
stable-release-ibis:
119117
needs: prepare-version
120118
runs-on: ubuntu-latest
@@ -150,5 +148,3 @@ jobs:
150148
platforms: linux/amd64,linux/arm64
151149
push: true
152150
tags: ${{ steps.meta.outputs.tags }}
153-
cache-from: type=gha
154-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)