]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/build-push-action from 6.18.0 to 6.19.2 2147/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 15 Feb 2026 10:02:27 +0000 (10:02 +0000)
committerGitHub <noreply@github.com>
Sun, 15 Feb 2026 10:02:27 +0000 (10:02 +0000)
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] <support@github.com>
.github/workflows/docker-on-push-tag-or-pr.yaml

index 7282c2f0d6aa31f68005ed745450eef70f2bde0b..9ebee0a28bf0be6f3793e032262c824625ef19bb 100644 (file)
@@ -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: