Skip to content

Commit d598d09

Browse files
committed
test cache type=gha
1 parent 30b7ec4 commit d598d09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker-build-simple.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function(name, region='ap-northeast-1', platforms=['linux/arm64']) {
5959
context: std.format('{{defaultContext}}:%s', name),
6060
platforms: '${{ matrix.platform }}',
6161
outputs: std.format('type=image,"name=${{ steps.login-ecr.outputs.registry }}/%s",push-by-digest=true,name-canonical=true,push=true', name),
62+
'cache-from': 'type=gha',
63+
'cache-to': 'type=gha,mode=max',
6264
},
6365
},
6466
{

.github/workflows/docker-kea.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)