From 4bd23aae0dfcc341291ae9780e10837a5d33034b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:53:06 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 6.19.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.18.0...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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-releaser.yml b/.github/workflows/docker-releaser.yml index 356712f..0b3609c 100644 --- a/.github/workflows/docker-releaser.yml +++ b/.github/workflows/docker-releaser.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push images to Docker Hub - uses: docker/build-push-action@v6.18.0 #v3 + uses: docker/build-push-action@v6.19.2 #v3 with: context: . platforms: linux/amd64,linux/arm64