From 4c8cdffa89202cb72bfa03c4edf87e32b3cc9154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:56:47 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.5.0 to 6.16.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.16.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0a2b476..75f84a9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -54,7 +54,7 @@ jobs: - name: Build if: steps.check_files.outputs.files_exists == 'true' - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.16.0 with: context: . file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e6e9c7b..f5af8cd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -44,7 +44,7 @@ jobs: - name: Build and push if: steps.check_files.outputs.files_exists == 'true' - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.16.0 with: context: . file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile