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 }}