Skip to content

Commit dd70256

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 701f90f commit dd70256

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

actions/docker/sign-images/README.md

Lines changed: 15 additions & 15 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/sign-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
48+
- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
4949
with:
5050
# Images to sign.
5151
# Can be a single image or a list of images separated by commas or newlines or spaces.
@@ -79,19 +79,19 @@ permissions:
7979

8080
## Inputs
8181

82-
| **Input** | **Description** | **Required** | **Default** |
83-
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
84-
| **`images`** | Images to sign. | **true** | - |
85-
| | Can be a single image or a list of images separated by commas or newlines or spaces. | | |
86-
| | The images should be in the format `registry/name:tag@digest`. | | |
87-
| | It can also be a list of images in JSON format. | | |
88-
| | Example: | | |
89-
| | | | |
90-
| | <!-- textlint-disable --><pre lang="json">[&#13; "ghcr.io/my-org/my-repo/application:pr-63-5222075@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",&#13; "ghcr.io/my-org/my-repo/application:pr-63@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402"&#13;]</pre><!-- textlint-enable --> | | |
91-
| | If the image does not have a digest, it will retrieve the digest using `docker buildx imagetools inspect`. | | |
92-
| **`github-token`** | GitHub Token to sign the image. | **false** | `$\{\{ github.token }}` |
93-
| | Permissions: | | |
94-
| | - `id-token`: `write` | | |
82+
| **Input** | **Description** | **Required** | **Default** |
83+
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
84+
| **`images`** | Images to sign. | **true** | - |
85+
| | Can be a single image or a list of images separated by commas or newlines or spaces. | | |
86+
| | The images should be in the format `registry/name:tag@digest`. | | |
87+
| | It can also be a list of images in JSON format. | | |
88+
| | Example: | | |
89+
| | | | |
90+
| | <!-- textlint-disable --><pre lang="json">[&#13; "ghcr.io/my-org/my-repo/application:pr-63-5222075@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",&#13; "ghcr.io/my-org/my-repo/application:pr-63@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402"&#13;]</pre><!-- textlint-enable --> | | |
91+
| | If the image does not have a digest, it will retrieve the digest using `docker buildx imagetools inspect`. | | |
92+
| **`github-token`** | GitHub Token to sign the image. | **false** | `${{ github.token }}` |
93+
| | Permissions: | | |
94+
| | - `id-token`: `write` | | |
9595

9696
<!-- inputs:end -->
9797

@@ -127,7 +127,7 @@ This project is licensed under the MIT License.
127127

128128
SPDX-License-Identifier: MIT
129129

130-
Copyright © 2025 hoverkraft
130+
Copyright © 2026 hoverkraft
131131

132132
For more details, see the [license](http://choosealicense.com/licenses/mit/).
133133

0 commit comments

Comments
 (0)