mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-01 12:40:06 +02:00
Update UPGRADE.md
Typo that was irking me
This commit is contained in:
parent
d971423a6f
commit
3b9a6f7b35
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ steps:
|
||||||
repository: myorg/myrepository
|
repository: myorg/myrepository
|
||||||
always_pull: true
|
always_pull: true
|
||||||
build_args: arg1=value1,arg2=value2
|
build_args: arg1=value1,arg2=value2
|
||||||
cache_froms: myorg/myrepository:latest
|
cache_from: myorg/myrepository:latest
|
||||||
tags: latest
|
tags: latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue