Coder Social home page Coder Social logo

camargo / delete-untagged-action Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 745 KB

Deletes all untagged image versions from the GitHub Packages container registry.

License: MIT License

JavaScript 100.00%
packages github-actions container registry docker untagged ci

delete-untagged-action's Introduction

Delete Untagged Action

Deletes all untagged image versions from the GitHub Packages container registry.

Usage

uses: camargo/delete-untagged-action@v1
with:
  github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}

Note the DELETE_PACKAGES_TOKEN was created by following the Granting Additional Permissions documentation since you need to use a token that has the delete:packages permission.

Inputs

github-token

Required A GitHub token with the delete:packages permission. The GITHUB_TOKEN does not have this permission.

package-name

Override the package name that contains the untagged versions you want to delete. Defaults to the github.repository context variable repository name portion.

personal-account

Set to true if you are running this action against personal account packages. Defaults to organization account packages.

repository

The owner and repository name. For example, Codertocat/Hello-World. Defaults to the github.repository context variable.

References

The following references were used for building this action:

  1. GitHub REST API - Delete a package for an organization
  2. GitHub REST API - Delete a package for a user
  3. Permissions for the GITHUB_TOKEN
  4. Granting additional permissions

License

The scripts and documentation in this project are released under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.