Skip to content

Commit

Permalink
Merge pull request #1989 from mikebrady/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elopment/docker/build-push-action-6.15.0

Bump docker/build-push-action from 6.14.0 to 6.15.0
  • Loading branch information
mikebrady authored Mar 5, 2025
2 parents 8fa2099 + e7d1037 commit 8d67c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8d67c27

Please sign in to comment.