Skip to content

Commit 2342925

Browse files
build(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 6b407e6 commit 2342925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
type=sha,suffix=-python${{ matrix.python-version }}-amd64
6464
6565
- name: Build and push AMD64 image
66-
uses: docker/build-push-action@v6
66+
uses: docker/build-push-action@v7
6767
with:
6868
context: .
6969
file: ${{ steps.dockerfile.outputs.path }}
@@ -123,7 +123,7 @@ jobs:
123123
type=sha,suffix=-python${{ matrix.python-version }}-arm64
124124
125125
- name: Build and push ARM64 image
126-
uses: docker/build-push-action@v6
126+
uses: docker/build-push-action@v7
127127
with:
128128
context: .
129129
file: ${{ steps.dockerfile.outputs.path }}

0 commit comments

Comments
 (0)