From ea862c178f4733d0a981c6c1889f8c771701b3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:19:52 +0000 Subject: [PATCH] Bump whoan/docker-build-with-cache-action from 8.0.0 to 8.0.2 Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 8.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/v8.0.0...v8.0.2) --- updated-dependencies: - dependency-name: whoan/docker-build-with-cache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be51c964..2fd5eab4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - name: Publish unstable Docker image to GitHub Package Registry if: startsWith(github.ref, 'refs/tags/') != true - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} @@ -71,7 +71,7 @@ jobs: - name: Publish stable Docker image to Docker Hub if: startsWith(github.ref, 'refs/tags/') - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: "${{ secrets.DOCKERHUB_PASSWORD }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a90a98a..27d808ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Build Docker Image - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }}