mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-10 04:15:40 +01:00
Demonstrate simple ref tag
Existing ref tag examples highlighted special cases, but none demonstrated the simplest branch case. Signed-off-by: Michael Mol <mikemol@gmail.com>
This commit is contained in:
parent
92e7146349
commit
6115ff08ad
@ -69,6 +69,7 @@ Examples:
|
|||||||
|Git Reference|Image tag|
|
|Git Reference|Image tag|
|
||||||
|---|---|
|
|---|---|
|
||||||
|`refs/heads/master`|`latest`|
|
|`refs/heads/master`|`latest`|
|
||||||
|
|`refs/heads/mybranch`|`mybranch`|
|
||||||
|`refs/heads/my/branch`|`my-branch`|
|
|`refs/heads/my/branch`|`my-branch`|
|
||||||
|`refs/pull/2/merge`|`pr-2-merge`|
|
|`refs/pull/2/merge`|`pr-2-merge`|
|
||||||
|`refs/tags/v1.0.0`|`v1.0.0`|
|
|`refs/tags/v1.0.0`|`v1.0.0`|
|
||||||
|
Loading…
Reference in New Issue
Block a user