]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/build-push-action from 6.14.0 to 6.15.0 1989/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 2 Mar 2025 10:38:00 +0000 (10:38 +0000)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 10:38:00 +0000 (10:38 +0000)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/docker-build-on-push.yaml
.github/workflows/docker.yaml

index a2a330d5dffd7ef6b2f906efb4aa6c9ad4b5d3d1..1aeea56799d6b38fc5819057ad8f6b6b5100db51 100644 (file)
@@ -57,7 +57,7 @@ jobs:
           password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
 
       - name: Build and Push (Classic)
-        uses: docker/build-push-action@v6.14.0
+        uses: docker/build-push-action@v6.15.0
         with:
           context: ./
           file: ./docker/classic/Dockerfile
@@ -68,7 +68,7 @@ jobs:
             SHAIRPORT_SYNC_BRANCH=${{ env.SHAIRPORT_SYNC_BRANCH }}
  
       - name: Build and Push (AirPlay 2)
-        uses: docker/build-push-action@v6.14.0
+        uses: docker/build-push-action@v6.15.0
         with:
           context: ./
           file: ./docker/Dockerfile
index 6b21c47cdab6a1ec334018b67073f56ae66bb74f..3c7b435aae2575f0a618c233d7e77dd5a4573e43 100644 (file)
@@ -62,7 +62,7 @@ jobs:
           password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
 
       - name: Build and push (classic)
-        uses: docker/build-push-action@v6.14.0
+        uses: docker/build-push-action@v6.15.0
         with:
           context: ./
           file: ./docker/classic/Dockerfile
@@ -75,7 +75,7 @@ jobs:
             SHAIRPORT_SYNC_BRANCH=${{ env.SHAIRPORT_SYNC_BRANCH }}
  
       - name: Build and Push AirPlay 2 Version
-        uses: docker/build-push-action@v6.14.0
+        uses: docker/build-push-action@v6.15.0
         with:
           context: ./
           file: ./docker/Dockerfile