mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-07-24 20:38:03 +08:00
Writes cache metadata into the image configuration
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user