Skip to content

mitchfen/cleanup-untagged-container-images

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

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GitHub action that can be used to delete untagged container images for a specified user. This action is currently only able to delete packages for a user not an organization.

Example usage:

- uses: mitchfen/cleanup-untagged-container-images@v1
  with:
    username: 'mitchfen'
    container-name: 'nanoleaf-controller'
    token: ${{ secrets.GHCR_TOKEN }}

Example output:

screenshot-of-action-output

About

A GitHub action which removes untagged container images for a given user.

Topics

Resources

License

Stars

Watchers

Forks

Languages