From e256b731f018cb3bc9775e05e6832e51aeb3488e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:43:18 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-fts-by-service-version.yml | 2 +- .github/workflows/build-test-ssh-by-service-version.yml | 2 +- .github/workflows/build-test-webdav-by-service-version.yml | 2 +- .github/workflows/build-test-xrootd-by-service-version.yml | 2 +- .../workflows/build-test-xrootd-noauth-by-service-version.yml | 2 +- .github/workflows/docker-auto-build.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test-fts-by-service-version.yml b/.github/workflows/build-test-fts-by-service-version.yml index ffee305..b0393db 100644 --- a/.github/workflows/build-test-fts-by-service-version.yml +++ b/.github/workflows/build-test-fts-by-service-version.yml @@ -58,7 +58,7 @@ jobs: - name: Build and push test-fts for given FTS production bundle if: steps.check_exists.outputs.exists == 'false' - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.0 with: context: ./test-fts file: ./test-fts/Dockerfile diff --git a/.github/workflows/build-test-ssh-by-service-version.yml b/.github/workflows/build-test-ssh-by-service-version.yml index 3c1c35f..f4bdf73 100644 --- a/.github/workflows/build-test-ssh-by-service-version.yml +++ b/.github/workflows/build-test-ssh-by-service-version.yml @@ -60,7 +60,7 @@ jobs: - name: Build and push image if: steps.tag_exists.outputs.exists == 'false' - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: ./test-ssh file: ./test-ssh/Dockerfile diff --git a/.github/workflows/build-test-webdav-by-service-version.yml b/.github/workflows/build-test-webdav-by-service-version.yml index b654e4f..c3ad8db 100644 --- a/.github/workflows/build-test-webdav-by-service-version.yml +++ b/.github/workflows/build-test-webdav-by-service-version.yml @@ -66,7 +66,7 @@ jobs: - name: Build and push test-webdav for given Apache/WebDAV bundle if: steps.check_exists.outputs.exists == 'false' - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.0 with: context: ./test-webdav file: ./test-webdav/Dockerfile diff --git a/.github/workflows/build-test-xrootd-by-service-version.yml b/.github/workflows/build-test-xrootd-by-service-version.yml index cdf3b1f..b72e31a 100644 --- a/.github/workflows/build-test-xrootd-by-service-version.yml +++ b/.github/workflows/build-test-xrootd-by-service-version.yml @@ -53,7 +53,7 @@ jobs: - name: Build and push test-xrootd for given XRootD production bundle if: steps.check_exists.outputs.exists == 'false' - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.0 with: context: ./test-xrootd file: ./test-xrootd/Dockerfile diff --git a/.github/workflows/build-test-xrootd-noauth-by-service-version.yml b/.github/workflows/build-test-xrootd-noauth-by-service-version.yml index dee5844..3906143 100644 --- a/.github/workflows/build-test-xrootd-noauth-by-service-version.yml +++ b/.github/workflows/build-test-xrootd-noauth-by-service-version.yml @@ -53,7 +53,7 @@ jobs: - name: Build and push test-xrootd-noauth for given XRootD production bundle if: steps.check_exists.outputs.exists == 'false' - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.0 with: context: ./test-xrootd-noauth file: ./test-xrootd-noauth/Dockerfile diff --git a/.github/workflows/docker-auto-build.yml b/.github/workflows/docker-auto-build.yml index 983babd..b151d5f 100644 --- a/.github/workflows/docker-auto-build.yml +++ b/.github/workflows/docker-auto-build.yml @@ -258,7 +258,7 @@ jobs: - name: Build and push if: steps.release.outputs.tags != '' id: docker_build - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: ./${{ steps.release.outputs.context_dir }} file: ./${{ steps.release.outputs.context_dir }}/${{ steps.release.outputs.file }}