Skip to content

Commit

Permalink
Merge pull request #64 from pi-hole/dependabot/github_actions/master/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
PromoFaux authored Jul 16, 2023
2 parents 7f04df7 + dda30ec commit 2a6e5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pi-hole-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: docker-pi-hole-base/.
platforms: ${{ matrix.job.PLATFORMS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ftl-build/${{ matrix.ARCH }}/.
push: false
Expand All @@ -75,7 +75,7 @@ jobs:
-
name: Build (all-in)
if: matrix.ARCH == 'x86_64'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ftl-build/${{ matrix.ARCH }}/.
push: false
Expand All @@ -85,7 +85,7 @@ jobs:
-
name: Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ftl-build/${{ matrix.ARCH }}/.
push: true
Expand Down

0 comments on commit 2a6e5a3

Please sign in to comment.