diff --git a/actions/docker/sign-images/README.md b/actions/docker/sign-images/README.md index 993c8047..12be7432 100644 --- a/actions/docker/sign-images/README.md +++ b/actions/docker/sign-images/README.md @@ -45,7 +45,7 @@ permissions: ## Usage ````yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0 +- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6 with: # Images to sign. # Can be a single image or a list of images separated by commas or newlines or spaces. @@ -79,19 +79,19 @@ permissions: ## Inputs -| **Input** | **Description** | **Required** | **Default** | -| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- | -| **`images`** | Images to sign. | **true** | - | -| | Can be a single image or a list of images separated by commas or newlines or spaces. | | | -| | The images should be in the format `registry/name:tag@digest`. | | | -| | It can also be a list of images in JSON format. | | | -| | Example: | | | -| | | | | -| |
[
"ghcr.io/my-org/my-repo/application:pr-63-5222075@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",
"ghcr.io/my-org/my-repo/application:pr-63@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402"
] | | |
-| | If the image does not have a digest, it will retrieve the digest using `docker buildx imagetools inspect`. | | |
-| **`github-token`** | GitHub Token to sign the image. | **false** | `$\{\{ github.token }}` |
-| | Permissions: | | |
-| | - `id-token`: `write` | | |
+| **Input** | **Description** | **Required** | **Default** |
+| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
+| **`images`** | Images to sign. | **true** | - |
+| | Can be a single image or a list of images separated by commas or newlines or spaces. | | |
+| | The images should be in the format `registry/name:tag@digest`. | | |
+| | It can also be a list of images in JSON format. | | |
+| | Example: | | |
+| | | | |
+| | [
"ghcr.io/my-org/my-repo/application:pr-63-5222075@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",
"ghcr.io/my-org/my-repo/application:pr-63@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402"
] | | |
+| | If the image does not have a digest, it will retrieve the digest using `docker buildx imagetools inspect`. | | |
+| **`github-token`** | GitHub Token to sign the image. | **false** | `${{ github.token }}` |
+| | Permissions: | | |
+| | - `id-token`: `write` | | |
@@ -127,7 +127,7 @@ This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
-Copyright © 2025 hoverkraft
+Copyright © 2026 hoverkraft
For more details, see the [license](http://choosealicense.com/licenses/mit/).