Skip to content

Commit fb0fe77

Browse files
authored
fix(release-container): cache loading with cache-from: type=gha (#53)
See https://docs.docker.com/build/ci/github-actions/cache/#cache-backend-api.
1 parent ac15644 commit fb0fe77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
load: true
116116
push: false
117117
tags: ${{ steps.meta.outputs.tags }}
118+
cache-from: type=gha
118119
cache-to: type=gha,mode=max
119120
labels: |
120121
${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)