Merge pull request #54 from mikemol/patch-1

Demonstrate simple ref tag
This commit is contained in:
Tõnis Tiigi 2020-07-16 09:08:40 -07:00 committed by GitHub
commit 836357fa9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ Examples:
|Git Reference|Image tag|
|---|---|
|`refs/heads/master`|`latest`|
|`refs/heads/mybranch`|`mybranch`|
|`refs/heads/my/branch`|`my-branch`|
|`refs/pull/2/merge`|`pr-2-merge`|
|`refs/tags/v1.0.0`|`v1.0.0`|