From 2c6256cf36916c4f4cc243d4aa493ab1146efca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:36:16 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-dockerhub.yml | 2 +- .github/workflows/docker-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-dockerhub.yml b/.github/workflows/docker-dockerhub.yml index 280795e..c84896f 100644 --- a/.github/workflows/docker-dockerhub.yml +++ b/.github/workflows/docker-dockerhub.yml @@ -33,7 +33,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: apps/${{ matrix.app }}/Dockerfile diff --git a/.github/workflows/docker-ghcr.yml b/.github/workflows/docker-ghcr.yml index 1c88c5d..0ba6129 100644 --- a/.github/workflows/docker-ghcr.yml +++ b/.github/workflows/docker-ghcr.yml @@ -35,7 +35,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: apps/${{ matrix.app }}/Dockerfile