From 217d27f7ad9f3713f1aecaba2b2f95930689694e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:54:02 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 6.19.0 to 6.19.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.0 to 6.19.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ee4ca427a2f43b6a16632044ca514c076267da23...601a80b39c9405e50806ae38af30926f9d957c47) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 56cf9a3..0782592 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -73,7 +73,7 @@ jobs: - if: inputs.push name: Container image registry push id: image_registry_push - uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: . file: ./Dockerfile.ci