From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 10:02:27 +0000 (+0000) Subject: Bump docker/build-push-action from 6.18.0 to 6.19.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2147%2Fhead;p=thirdparty%2Fshairport-sync.git 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] --- diff --git a/.github/workflows/docker-on-push-tag-or-pr.yaml b/.github/workflows/docker-on-push-tag-or-pr.yaml index 7282c2f0..9ebee0a2 100644 --- a/.github/workflows/docker-on-push-tag-or-pr.yaml +++ b/.github/workflows/docker-on-push-tag-or-pr.yaml @@ -73,7 +73,7 @@ jobs: uses: docker/setup-buildx-action@v3.12.0 - name: Build and push ${{ matrix.name }} - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v6.19.2 env: registry_and_name: ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE_NAME }} with: