mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Add registry cache job
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
499091e46b
commit
5538ea42ec
2 changed files with 93 additions and 2 deletions
|
@ -66,8 +66,8 @@ steps:
|
|||
pull: true
|
||||
push: true
|
||||
build-args: arg1=value1,arg2=value2
|
||||
cache-from: type=registry,ref=myorg/myrepository
|
||||
cache-to: type=registry,ref=myorg/myrepository
|
||||
cache-from: type=registry,ref=myorg/myrepository:cache
|
||||
cache-to: type=registry,ref=myorg/myrepository:cache
|
||||
tags: myorg/myrepository:latest
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue