Undeprecate tag_names due to much more complex when using tags

This commit is contained in:
Lars
2020-02-15 20:05:58 +01:00
committed by GitHub
parent 7914449485
commit a11682167c

View File

@@ -177,8 +177,6 @@ jobs:
``` ```
### tag_names ### tag_names
> DEPRECATED: Please use tags instead. This option will be removed in a future release.
Use `tag_names` when you want to push tags/release by their git name (e.g. `refs/tags/MY_TAG_NAME`). Use `tag_names` when you want to push tags/release by their git name (e.g. `refs/tags/MY_TAG_NAME`).
> CAUTION: Images produced by this feature can be override by branches with the same name - without a way to restore. > CAUTION: Images produced by this feature can be override by branches with the same name - without a way to restore.