Skip to content

Commit f8d3626

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 23e8c29 commit f8d3626

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

actions/docker/get-image-metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It uses the [docker/metadata-action](https://github.com/docker/metadata-action)
3535
## Usage
3636

3737
```yaml
38-
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
38+
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2
3939
with:
4040
# OCI registry where to pull and push images
4141
# This input is required.

actions/docker/setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Shared action to configure Docker tooling and OCI registry authentication.
3030
## Usage
3131

3232
````yaml
33-
- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
33+
- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2
3434
with:
3535
# OCI registry configuration used to pull, push and cache images.
3636
# Accepts either a registry hostname string (default format) or a JSON object.

0 commit comments

Comments
 (0)