From d8edf583ed5c016f24cfdf9cee82f05988e7453c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:02:34 +0000 Subject: [PATCH] Bump goodwithtech/dockle-action from 0.1.2 to 0.4.15 Bumps [goodwithtech/dockle-action](https://github.com/goodwithtech/dockle-action) from 0.1.2 to 0.4.15. - [Release notes](https://github.com/goodwithtech/dockle-action/releases) - [Commits](https://github.com/goodwithtech/dockle-action/compare/v0.1.2...v0.4.15) --- updated-dependencies: - dependency-name: goodwithtech/dockle-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.image.yml b/.github/workflows/docker.image.yml index 96e11aa..0c6c72f 100644 --- a/.github/workflows/docker.image.yml +++ b/.github/workflows/docker.image.yml @@ -170,7 +170,7 @@ jobs: docker image ls -a docker push localhost:5000/foobar/${{ env.IMAGE_NAME }} - name: Run dockle container image linter - uses: goodwithtech/dockle-action@v0.1.2 + uses: goodwithtech/dockle-action@v0.4.15 with: image: "registry:5000/foobar/${{ env.IMAGE_NAME }}" insecure: true