Skip to content

Commit a0bab91

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 65ba8b8 commit a0bab91

File tree

1 file changed

+11
-11
lines changed
  • actions/docker/create-images-manifests

1 file changed

+11
-11
lines changed

actions/docker/create-images-manifests/README.md

Lines changed: 11 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/create-images-manifests@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
48+
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@67e5563d6681bb610c1c961eecb6dfcd5b3cc62f # 0.30.5
4949
with:
5050
# OCI registry where to pull and push images
5151
# This input is required.
@@ -100,16 +100,16 @@ permissions:
100100

101101
## Inputs
102102

103-
| **Input** | **Description** | **Required** | **Default** |
104-
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ---------------------------------- |
105-
| **`oci-registry`** | OCI registry where to pull and push images | **true** | `ghcr.io` |
106-
| **`oci-registry-username`** | Username used to log against the OCI registry. See <https://github.com/docker/login-action#usage>. | **true** | `$\{\{ github.repository_owner }}` |
107-
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **true** | `$\{\{ github.token }}` |
108-
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
109-
| | See <https://github.com/docker/login-action#usage>. | | |
110-
| **`built-images`** | Built images data. | **true** | - |
111-
| | Example: | | |
112-
| | <!-- textlint-disable --><pre lang="json">{&#13; "application": {&#13; "name": "application",&#13; "registry": "ghcr.io",&#13; "repository": "my-org/my-repo/application",&#13; "tags": ["pr-63-5222075","pr-63"],&#13; "images": [&#13; "ghcr.io/my-org/my-repo/application@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",&#13; "ghcr.io/my-org/my-repo/application@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402",&#13; ],&#13; "annotations": {&#13; "org.opencontainers.image.created": "2021-09-30T14:00:00Z",&#13; "org.opencontainers.image.description": "Application image"&#13; },&#13; "platforms": ["linux/amd64", "linux/arm64"],&#13; "multi-platform": true&#13; }&#13;}</pre><!-- textlint-enable --> | | |
103+
| **Input** | **Description** | **Required** | **Default** |
104+
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | -------------------------------- |
105+
| **`oci-registry`** | OCI registry where to pull and push images | **true** | `ghcr.io` |
106+
| **`oci-registry-username`** | Username used to log against the OCI registry. See <https://github.com/docker/login-action#usage>. | **true** | `${{ github.repository_owner }}` |
107+
| **`oci-registry-password`** | Password or personal access token used to log against the OCI registry. | **true** | `${{ github.token }}` |
108+
| | Can be passed in using `secrets.GITHUB_TOKEN`. | | |
109+
| | See <https://github.com/docker/login-action#usage>. | | |
110+
| **`built-images`** | Built images data. | **true** | - |
111+
| | Example: | | |
112+
| | <!-- textlint-disable --><pre lang="json">{&#13; "application": {&#13; "name": "application",&#13; "registry": "ghcr.io",&#13; "repository": "my-org/my-repo/application",&#13; "tags": ["pr-63-5222075","pr-63"],&#13; "images": [&#13; "ghcr.io/my-org/my-repo/application@sha256:d31aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f49d",&#13; "ghcr.io/my-org/my-repo/application@sha256:0f5aa93410434ac9dcfc9179cac2cb1fd4d7c27f11527addc40299c7c675f402",&#13; ],&#13; "annotations": {&#13; "org.opencontainers.image.created": "2021-09-30T14:00:00Z",&#13; "org.opencontainers.image.description": "Application image"&#13; },&#13; "platforms": ["linux/amd64", "linux/arm64"],&#13; "multi-platform": true&#13; }&#13;}</pre><!-- textlint-enable --> | | |
113113

114114
<!-- inputs:end -->
115115
<!-- outputs:start -->

0 commit comments

Comments
 (0)