Skip to content

Commit e9dadf5

Browse files
authored
Merge pull request #143 from pi-hole/dependabot/github_actions/master/docker/build-push-action-7.0.0
Bump docker/build-push-action from 6.19.2 to 7.0.0
2 parents 1d4ef59 + b61d08e commit e9dadf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd #v4.0.0
106106
-
107107
name: Build container and test-compile FTL
108-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2
108+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #v7.0.0
109109
with:
110110
context: ftl-build
111111
platforms: ${{ matrix.platform }}
@@ -117,7 +117,7 @@ jobs:
117117
name: Push builder target and push by digest
118118
if: env.DO_DEPLOY == 'true'
119119
id: build_docker
120-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2
120+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 #v7.0.0
121121
with:
122122
context: ftl-build
123123
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)