From 2d819ba1e15680b9f69826141f27dca665909fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 07:44:02 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 in /.github/workflows 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/build-and-push-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 8d19c00..137ffc0 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -98,7 +98,7 @@ jobs: # Docs: https://github.com/docker/build-push-action#usage - name: Build and push container image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: # Build the "production" target (stage) defined in the `Dockerfile`. context: .