Skip to content

Commit b61d08e

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d4ef59 commit b61d08e

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)