@@ -33,7 +33,7 @@ Action to forge the name of a given image including registry, repository and giv
3333## Usage
3434
3535``` yaml
36- - uses : hoverkraft-tech/ci-github-container/actions/docker/get-image-name@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
36+ - uses : hoverkraft-tech/ci-github-container/actions/docker/get-image-name@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
3737 with :
3838 # OCI registry to prefix the image full name
3939 oci-registry : " "
@@ -52,11 +52,11 @@ Action to forge the name of a given image including registry, repository and giv
5252
5353## Inputs
5454
55- | **Input** | **Description** | **Required** | **Default** |
56- | ------------------ | ------------------------------------------ | ------------ | ---------------------------- |
57- | **` oci-registry`** | OCI registry to prefix the image full name | **false** | - |
58- | **`repository`** | Repository name | **false** | `$\{\ { github.repository }}` |
59- | **`image`** | Additional image name | **false** | - |
55+ | **Input** | **Description** | **Required** | **Default** |
56+ | ------------------ | ------------------------------------------ | ------------ | -------------------------- |
57+ | **` oci-registry`** | OCI registry to prefix the image full name | **false** | - |
58+ | **`repository`** | Repository name | **false** | `${ { github.repository }}` |
59+ | **`image`** | Additional image name | **false** | - |
6060
6161<!-- inputs:end -->
6262
@@ -100,7 +100,7 @@ This project is licensed under the MIT License.
100100
101101SPDX-License-Identifier : MIT
102102
103- Copyright © 2025 hoverkraft
103+ Copyright © 2026 hoverkraft
104104
105105For more details, see the [license](http://choosealicense.com/licenses/mit/).
106106
0 commit comments