Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
docker-build-images:
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.8.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.9.0
secrets:
# Password or GitHub token (packages:read and packages:write scopes) used to log against the OCI registry.
# See https://github.com/docker/login-action#usage.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-pull-requests-images-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
main:
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.8.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.9.0
# Optional customizations.
with:
# Images to clean. Example: ["application-1","application-2"].
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/build-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@v0.9.0
with:
# OCI registry where to pull and push images
# Default: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/create-images-manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@v0.9.0
with:
# OCI registry where to pull and push images
# Default: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/delete-image-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to delete docker image tags from GitHub OCI registry
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/delete-image-tags@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/delete-image-tags@v0.9.0
with:
# Image name
image: ""
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/get-image-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to forge the name of a given image including registry, repository and giv
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@v0.9.0
with:
# OCI registry to prefix the image full name
oci-registry: ""
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/prune-pull-requests-image-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@v0.9.0
with:
# Image name
image: ""
Expand Down
2 changes: 1 addition & 1 deletion actions/helm/release-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to release a Helm chart to OCI registry
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@v0.8.1
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@v0.9.0
with:
# OCI registry where to push chart. See [https://github.com/appany/helm-oci-chart-releaser#usage](https://github.com/appany/helm-oci-chart-releaser#usage)
# Default: ghcr.io
Expand Down