From 162edc6a87a1896efe02ffe23c4648413068a23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:56:25 -0400 Subject: [PATCH] Bump erzz/dockle-action from 1.3.0 to 1.3.1 (#23) Bumps [erzz/dockle-action](https://github.com/erzz/dockle-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/erzz/dockle-action/releases) - [Changelog](https://github.com/erzz/dockle-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/erzz/dockle-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: erzz/dockle-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f089b6d..b4fc18eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: tags: ${{ steps.docker-meta.outputs.tags }} - name: Dockle scan - uses: erzz/dockle-action@v1.3.0 + uses: erzz/dockle-action@v1.3.1 with: image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ matrix.tags[0] }}" exit-code: '1'