Skip to content

GlueOps/github-actions-create-container-tags

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Custom Action to Create the Default GlueOps Image Tags

The GlueOps platform relies upon specific tags for CI/CD automation. This Action automates the creation of those tags.

Tags Created

  • Target Reference: Either Branch Name or Tag, depending upon the trigger context.
  • Short SHA
  • SHA

Usage

Can be implemented as a stand alone action, or coupled with the action GlueOps/github-actions-build-push-containers.

Output Values

  • 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"].

Example Configuration

- name: Create GlueOps Tags
    if: inputs.tags == ''
    uses: Glueops/[email protected]
    id: create-tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •