Skip to content

Commit

Permalink
build(deps): bump hoverkraft-tech/ci-github-container
Browse files Browse the repository at this point in the history
Bumps [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) from 0.4.1 to 0.15.3.
- [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases)
- [Commits](hoverkraft-tech/ci-github-container@0.4.1...0.15.3)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-container
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 9a72358 commit eeabba8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
build-images:
needs: get-images-to-build
if: needs.get-images-to-build.outputs.images != '[]'
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.4.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.15.3
with:
oci-registry: ${{ vars.OCI_REGISTRY }}
images: ${{ needs.get-images-to-build.outputs.images }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:

clean:
needs: get-available-images-matrix
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.4.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.15.3
with:
images: ${{ needs.get-available-images-matrix.outputs.images-matrix }}
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
matrix:
image: ${{ fromJson(needs.get-available-images-matrix.outputs.images-matrix) }}
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@v0.9.2
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@0.15.3
with:
image: ${{ matrix.image }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
build-images:
needs: get-images-to-build
if: needs.get-images-to-build.outputs.images != '[]'
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.4.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.15.3
with:
oci-registry: ${{ vars.OCI_REGISTRY }}
images: ${{ needs.get-images-to-build.outputs.images }}
Expand Down

0 comments on commit eeabba8

Please sign in to comment.