Skip to content

Commit 3467417

Browse files
authored
Merge pull request #95 from pi-hole/dependabot/github_actions/master/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents f575f4d + 34ce2fe commit 3467417

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-pi-hole-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
-
6565
name: Build and push
66-
uses: docker/build-push-action@v5
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: docker-pi-hole-base/.
6969
platforms: ${{ matrix.job.PLATFORMS }}

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/setup-buildx-action@v3
7878
-
7979
name: Build container and test-compile FTL
80-
uses: docker/build-push-action@v5
80+
uses: docker/build-push-action@v6
8181
with:
8282
context: ftl-build
8383
platforms: ${{ matrix.platform }}
@@ -91,7 +91,7 @@ jobs:
9191
name: Push builder target and push by digest
9292
if: github.event_name != 'pull_request'
9393
id: build_docker
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
9595
with:
9696
context: ftl-build
9797
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)