From 68cb6b6dedcd2bcbef30773abf5f5f1cdc5df790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:08:29 +0000 Subject: [PATCH] Bump whoan/docker-build-with-cache-action from 6.0.0 to 8.0.2 Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 6.0.0 to 8.0.2. - [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases) - [Commits](https://github.com/whoan/docker-build-with-cache-action/compare/v6.0.0...v8.0.2) --- updated-dependencies: - dependency-name: whoan/docker-build-with-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/scan.yml | 2 +- .github/workflows/test-and-push.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 27ee7ba..2f902d2 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -25,7 +25,7 @@ jobs: - name: Build unstable + latest Docker image tag if: github.event_name != 'release' - uses: whoan/docker-build-with-cache-action@v6.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: image_name: ${{ env.IMAGE_NAME }} image_tag: ${{ env.UNSTABLE_TAG }},latest diff --git a/.github/workflows/test-and-push.yml b/.github/workflows/test-and-push.yml index bf0587d..0b3dbb5 100644 --- a/.github/workflows/test-and-push.yml +++ b/.github/workflows/test-and-push.yml @@ -87,7 +87,7 @@ jobs: echo "GITHASH=$(git describe --tags)" >> $GITHUB_ENV - name: Build and Push unstable Docker Image for push to main - uses: whoan/docker-build-with-cache-action@v6.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 if: github.event_name != 'release' with: image_name: ${{ env.IMAGE_NAME }} @@ -123,7 +123,7 @@ jobs: echo "RELEASE=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV - name: Build and Push semver tagged Docker Image for Release - uses: whoan/docker-build-with-cache-action@v6.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 if: github.event_name == 'release' with: image_name: ${{ env.IMAGE_NAME }}