File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 57
57
build-args : |
58
58
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
59
59
push : true
60
- cache-from : type=gha
61
- cache-to : type=gha,mode=max
62
60
build-ibis-image :
63
61
runs-on : ubuntu-latest
64
62
steps :
91
89
platforms : linux/amd64,linux/arm64
92
90
push : true
93
91
tags : ${{ steps.meta.outputs.tags }}
94
- cache-from : type=gha
95
- cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 69
69
build-args : |
70
70
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
71
71
push : true
72
- cache-from : type=gha
73
- cache-to : type=gha,mode=max
74
72
build-ibis-image :
75
73
needs : prepare-tag
76
74
runs-on : ubuntu-latest
@@ -103,5 +101,3 @@ jobs:
103
101
platforms : linux/amd64,linux/arm64
104
102
push : true
105
103
tags : ${{ steps.meta.outputs.tags }}
106
- cache-from : type=gha
107
- cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -113,8 +113,6 @@ jobs:
113
113
build-args : |
114
114
WREN_VERSION=${{ steps.prepare.outputs.WREN_VERSION }}
115
115
push : true
116
- cache-from : type=gha
117
- cache-to : type=gha,mode=max
118
116
stable-release-ibis :
119
117
needs : prepare-version
120
118
runs-on : ubuntu-latest
@@ -150,5 +148,3 @@ jobs:
150
148
platforms : linux/amd64,linux/arm64
151
149
push : true
152
150
tags : ${{ steps.meta.outputs.tags }}
153
- cache-from : type=gha
154
- cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments