From e05902f8ba700ff3f441c9b455667564a06a8ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:05:57 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/artifacts.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 13627cb..11d07ff 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -54,7 +54,7 @@ jobs: if: github.event_name == 'push' - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ${{ matrix.fluentd }} platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e7ac9d..45704aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'push' - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ${{ matrix.fluentd }} cache-from: type=gha