GitHub Action
Scora Cleaner GCR
v0.6.0
Latest version
Clear untagged images in Artifact Registry or Container Registry.
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 |
- name: Clear untagged images
uses: oncase/scora-cleaner-gcr@master
with:
project_id: ${{ vars.PROJECT_ID }}
image_name: ${{ vars.IMAGE_NAME }}