]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump docker/build-push-action from 6.15.0 to 6.18.0 2028/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Jun 2025 10:44:07 +0000 (10:44 +0000)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 10:44:07 +0000 (10:44 +0000)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.18.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.18.0
  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 d842fc3211d6d2dc9123962d58ef9680803b629f..a429ea9955b864077481d870e49c24011dbe6173 100644 (file)
@@ -57,7 +57,7 @@ jobs:
           password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
 
       - name: Build and Push (Classic)
-        uses: docker/build-push-action@v6.15.0
+        uses: docker/build-push-action@v6.18.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.15.0
+        uses: docker/build-push-action@v6.18.0
         with:
           context: ./
           file: ./docker/Dockerfile
index 270d57964e49142ada8e6283f13800c9e199271d..b3ab5f78fd931777d4a9b91c7aeeade1475a6294 100644 (file)
@@ -62,7 +62,7 @@ jobs:
           password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
 
       - name: Build and push (classic)
-        uses: docker/build-push-action@v6.15.0
+        uses: docker/build-push-action@v6.18.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.15.0
+        uses: docker/build-push-action@v6.18.0
         with:
           context: ./
           file: ./docker/Dockerfile