Rename OCI functions builtins to use the function keyword
Changes
Renames OCI step builtins to use the function keyword as part of the CI Steps to GitLab Functions rename. This change is being made now so that the GitLab Functions documentation can use the new terminology.
-
builtin://step/oci/build→builtin://function/oci/build -
builtin://step/oci/promote→builtin://function/oci/publish
The old names remain supported for backwards compatibility. Publish is used over promote to reflect what the function does.
References
Edited by Cameron Swords