Skip to content

Commit 0441d69

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85d3276 commit 0441d69

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

actions/docker/clean-images/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ permissions:
4545
## Usage
4646
4747
```yaml
48-
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@c5d2c29ccdc9d357ea7b0e8e2567fa4643c05758 # copilot/refactor-cleanup-action-architecture
48+
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
4949
with:
5050
# Comma-separated list of packages to cleanup.
5151
# Example: "application-1,application-2"
@@ -87,14 +87,6 @@ permissions:
8787
<!-- secrets:end -->
8888

8989
<!-- outputs:start -->
90-
91-
## Outputs
92-
93-
| **Output** | **Description** |
94-
| ------------------------------ | --------------------------------------- |
95-
| **`deleted-package-ids`** | The package IDs that were deleted. |
96-
| **`deleted-package-versions`** | The package versions that were deleted. |
97-
9890
<!-- outputs:end -->
9991

10092
<!-- examples:start -->
@@ -117,7 +109,7 @@ jobs:
117109
permissions:
118110
packages: write
119111
steps:
120-
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@c5d2c29ccdc9d357ea7b0e8e2567fa4643c05758 # copilot/refactor-cleanup-action-architecture
112+
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
121113
with:
122114
package: my-app
123115
delete-tags: pr-${{ github.event.pull_request.number }}-*
@@ -139,7 +131,7 @@ jobs:
139131
permissions:
140132
packages: write
141133
steps:
142-
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@c5d2c29ccdc9d357ea7b0e8e2567fa4643c05758 # copilot/refactor-cleanup-action-architecture
134+
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
143135
with:
144136
package: my-app
145137
delete-untagged: true

actions/docker/prune-pull-requests-image-tags/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ permissions:
4444
## Usage
4545
4646
```yaml
47-
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@f9e149b6cdfa8443994994f10085691a57b8cf0e # 0.27.1
47+
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
4848
with:
4949
# Image name
5050
image: ""
@@ -66,12 +66,12 @@ permissions:
6666
6767
## Inputs
6868
69-
| **Input** | **Description** | **Required** | **Default** |
70-
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ---------------------- |
71-
| **`image`** | Image name | **false** | - |
72-
| **`pull-request-tag-filter`** | The regular expression to match pull request tags. Must have a capture group for the pull request number. | **false** | `^pr-([0-9]+)(?:-\|$)` |
73-
| **`github-token`** | GitHub token with the packages:read and packages:delete scopes. | **false** | `${{ github.token }}` |
74-
| | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
69+
| **Input** | **Description** | **Required** | **Default** |
70+
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
71+
| **`image`** | Image name | **false** | - |
72+
| **`pull-request-tag-filter`** | The regular expression to match pull request tags. Must have a capture group for the pull request number. | **false** | `^pr-([0-9]+)(?:-\|$)` |
73+
| **`github-token`** | GitHub token with the packages:read and packages:delete scopes. | **false** | `$\{\{ github.token }}` |
74+
| | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
7575

7676
<!-- inputs:end -->
7777

0 commit comments

Comments
 (0)