Writes cache metadata into the image configuration

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-10-04 01:10:42 +02:00
parent 5538ea42ec
commit 9e2936f9ed
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 8 additions and 16 deletions

View file

@ -66,8 +66,8 @@ steps:
pull: true
push: true
build-args: arg1=value1,arg2=value2
cache-from: type=registry,ref=myorg/myrepository:cache
cache-to: type=registry,ref=myorg/myrepository:cache
cache-from: type=registry,ref=myorg/myrepository:latest
cache-to: type=inline
tags: myorg/myrepository:latest
```