1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-03-28 01:30:09 +01:00

Update UPGRADE.md

Typo that was irking me
This commit is contained in:
Joshua 2020-11-09 11:59:47 +00:00 committed by GitHub
parent d971423a6f
commit 3b9a6f7b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ steps:
repository: myorg/myrepository
always_pull: true
build_args: arg1=value1,arg2=value2
cache_froms: myorg/myrepository:latest
cache_from: myorg/myrepository:latest
tags: latest
```