From 626fb0d88a02a933059711dde77ec6a13acf5145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 08:16:43 -0400 Subject: [PATCH] Bump erzz/dockle-action from 1.2.0 to 1.3.0 (#12) Bumps [erzz/dockle-action](https://github.com/erzz/dockle-action) from 1.2.0 to 1.3.0. - [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.2.0...v1.3.0) --- updated-dependencies: - dependency-name: erzz/dockle-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 2aa46758..089ab351 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: tags: ${{ steps.docker-meta.outputs.tags }} - name: Dockle scan - uses: erzz/dockle-action@v1.2.0 + uses: erzz/dockle-action@v1.3.0 with: image: "ghcr.io/${{ env.IMAGE_STAGING }}:${{ matrix.tags[0] }}" exit-code: '1'