Skip to content

oncase/scora-cleaner-gcr

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

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scora Cleaner GCR

Clear untagged images in Artifact Registry or Container Registry.

Inputs

Name Description Required Default
registry Where the image is registered false gcr.io
project_id The id of your GCP project true null
image_name The name of the image you want to clean true null

Example usage

- name: Clear untagged images
  uses: oncase/scora-cleaner-gcr@master
  with:
    project_id: ${{ vars.PROJECT_ID }}
    image_name: ${{ vars.IMAGE_NAME }}