@@ -45,7 +45,7 @@ permissions:
4545## Usage
4646
4747` ` ` yaml
48- - uses : hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
48+ - uses : hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32 .0
4949 with :
5050 # Comma-separated list of packages to cleanup.
5151 # Example: "application-1,application-2"
@@ -72,14 +72,14 @@ permissions:
7272
7373## Inputs
7474
75- | **Input** | **Description** | **Required** | **Default** |
76- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
77- | **` package`** | Comma-separated list of packages to cleanup. | **true** | - |
78- | | Example : " application-1,application-2" | | |
79- | **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
80- | | Example : ` pr-*,dev` | | |
81- | **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `$\{\ { github.token }}` |
82- | | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
75+ | **Input** | **Description** | **Required** | **Default** |
76+ | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
77+ | **` package`** | Comma-separated list of packages to cleanup. | **true** | - |
78+ | | Example : " application-1,application-2" | | |
79+ | **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
80+ | | Example : ` pr-*,dev` | | |
81+ | **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `${ { github.token }}` |
82+ | | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
8383
8484<!-- inputs:end -->
8585
@@ -109,7 +109,7 @@ jobs:
109109 permissions:
110110 packages: write
111111 steps:
112- - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
112+ - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32 .0
113113 with:
114114 package: my-app
115115 delete-tags: pr-${{ github.event.pull_request.number }}-*
@@ -131,7 +131,7 @@ jobs:
131131 permissions:
132132 packages: write
133133 steps:
134- - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
134+ - uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32 .0
135135 with:
136136 package: my-app
137137 delete-untagged: true
@@ -162,7 +162,7 @@ This project is licensed under the MIT License.
162162
163163SPDX-License-Identifier : MIT
164164
165- Copyright © 2025 hoverkraft
165+ Copyright © 2026 hoverkraft
166166
167167For more details, see the [license](http://choosealicense.com/licenses/mit/).
168168
0 commit comments