Skip to content

Commit 3e26014

Browse files
authored
Merge pull request #139 from pi-hole/dependabot/github_actions/master/docker/build-push-action-6.19.2
Bump docker/build-push-action from 6.18.0 to 6.19.2
2 parents 4e3c8b9 + 53897da commit 3e26014

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@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f #v3.12.0
106106
-
107107
name: Build container and test-compile FTL
108-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
108+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2
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@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
120+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 #v6.19.2
121121
with:
122122
context: ftl-build
123123
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)