Chore(deps): Bump docker/build-push-action from 6.19.1 to 6.19.2 (#3148)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 13 Feb 2026 09:54:16 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 09:54:16 +0000 (10:54 +0100)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.1 to 6.19.2.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-base-image.yml
.github/workflows/release.yml

index 647f3a66b32f759d03af9d02a73b5b6a97d4360b..fab94a65f0687a5e5310e5fa7961d50b3fd5378f 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: docker/setup-buildx-action@v3.12.0
 
       - name: Build and Push image
-        uses: docker/build-push-action@v6.19.1
+        uses: docker/build-push-action@v6.19.2
         with:
           context: .
           platforms: linux/amd64,linux/arm64
index 0ace82ec7d052512b9e41067c0eac95be78f8064..76414c971921c3eee126aea8d88c94b3e399a0fa 100644 (file)
@@ -364,7 +364,7 @@ jobs:
           echo "Docker tags: $TAGS"
 
       - name: Build and push Docker image
-        uses: docker/build-push-action@v6.19.1
+        uses: docker/build-push-action@v6.19.2
         with:
           context: .
           platforms: linux/amd64,linux/arm64