From cfccdaaef604633024ad297c430a46fa1a4e7102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:07:24 +0000 Subject: [PATCH] Bump stumpylog/image-cleaner-action from 0.5.0 to 0.6.0 Bumps [stumpylog/image-cleaner-action](https://github.com/stumpylog/image-cleaner-action) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/stumpylog/image-cleaner-action/releases) - [Changelog](https://github.com/stumpylog/image-cleaner-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/image-cleaner-action/compare/9255a1b3b8ca44b3e5887e2168155223b277ca1d...0c9e57eef74b24c7b41f98f73dcb404eb58b2fab) --- updated-dependencies: - dependency-name: stumpylog/image-cleaner-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-cleanup.yml b/.github/workflows/image-cleanup.yml index 339c9f0..68ae681 100644 --- a/.github/workflows/image-cleanup.yml +++ b/.github/workflows/image-cleanup.yml @@ -28,7 +28,7 @@ jobs: .github/workflows/scripts/delete-untagged-amazon-public-ecr-images.sh - name: Delete untagged NGINX Unprivileged Docker images on the GitHub Container Registry - uses: stumpylog/image-cleaner-action/untagged@9255a1b3b8ca44b3e5887e2168155223b277ca1d # v0.5.0 + uses: stumpylog/image-cleaner-action/untagged@0c9e57eef74b24c7b41f98f73dcb404eb58b2fab # v0.6.0 with: is_org: true owner: nginxinc