From 5c145553ff44f43ab0af548f67da17a61c317ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:04:23 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.11.0 to 6.15.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push.yml | 2 +- .github/workflows/on-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index e1c26e5..8979419 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -37,7 +37,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.15.0 with: platforms: ${{ env.PLATFORMS }} push: false diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index d34857c..c6e5449 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -50,7 +50,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.15.0 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 4d0aa8c..9966f4b 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -40,7 +40,7 @@ jobs: type=ref,event=branch type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.15.0 with: platforms: ${{ env.PLATFORMS }} push: true