Skip to content

Commit 5211142

Browse files
chore(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7b8a83 commit 5211142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Docker Buildx
6060
uses: docker/setup-buildx-action@v3
6161
- name: Build (validation only)
62-
uses: docker/build-push-action@v6
62+
uses: docker/build-push-action@v7
6363
with:
6464
context: .
6565
platforms: linux/amd64
@@ -117,7 +117,7 @@ jobs:
117117
type=semver,pattern={{major}}.{{minor}}
118118
- name: Build and push
119119
id: build
120-
uses: docker/build-push-action@v6
120+
uses: docker/build-push-action@v7
121121
with:
122122
context: .
123123
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)