Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 691 Bytes

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 }}