The GlueOps platform relies upon specific tags for CI/CD automation. This Action automates the creation of those tags.
Target Reference:
Either Branch Name or Tag, depending upon the trigger context.Short SHA
SHA
Can be implemented as a stand alone action, or coupled with the action GlueOps/github-actions-build-push-containers.
tags_csv
: comma-separated string of generated tags.clean_target_ref
: the target reference (e.g. branch name or tag) with invalid characters for a container tag removed.target_ref_type
: the type of target reference, one of ["branch", "pull_request", "tag", "unknown"].
- name: Create GlueOps Tags
if: inputs.tags == ''
uses: Glueops/[email protected]
id: create-tags