Skip to content
play

GitHub Action

Azure purge untagged manifests

v3.0.0 Latest version

Azure purge untagged manifests

play

Azure purge untagged manifests

Logins to Azure Container Registry and purges untagged manifests

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Azure purge untagged manifests

uses: hyperskill/[email protected]

Learn more about this action in hyperskill/azure-purge-untagged

Choose a version

azure purge untagged

Hyperskill GitHub Action | Logins to Azure Container Registry and purges untagged manifests

- uses: hyperskill/azure-purge-untagged@v3
  with:
    client_id: ${{ secrets.CLIENT_ID }}
    client_secret: ${{ secrets.CLIENT_SECRET }}
    subscription_id: ${{ secrets.SUBSCRIPTION_ID }}
    tenant_id: ${{ secrets.TENANT_ID }}
    repository_filter: my_repo
    registry: myazureregistry