Skip to content

Commit 2a66c10

Browse files
committed
chore: Add GHA cache to Docker release build
1 parent 90c1ac4 commit 2a66c10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
platforms: linux/amd64,linux/arm64
190190
tags: ${{ steps.meta.outputs.tags }}
191191
labels: ${{ steps.meta.outputs.labels }}
192+
cache-from: type=gha
193+
cache-to: type=gha,mode=max
192194

193195
build-operator-image:
194196
name: Build and Push Operator Image

0 commit comments

Comments
 (0)