From 8542e2cf878dd3c91263de167d68fd913a08972c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:19:11 +0000 Subject: [PATCH] chore: bump docker/build-push-action from 5.3.0 to 6.18.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6bdcae5..b267e4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,7 @@ jobs: - name: Build and push if: ${{ steps.dependencies.outputs.VERSION != ''}} - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.18.0 id: build-and-push with: context: . diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1b8d3e7..2eef14a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.18.0 with: context: . platforms: linux/amd64,linux/arm64