Skip to content

Commit 0500a61

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6fc7f1 commit 0500a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
162162

163163
- name: Build image
164-
uses: docker/build-push-action@v5
164+
uses: docker/build-push-action@v6
165165
with:
166166
context: .github/containers/nox-cross-arch
167167
file: .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -277,7 +277,7 @@ jobs:
277277
- name: Set up docker-buildx
278278
uses: docker/setup-buildx-action@v3
279279
- name: Test Installation
280-
uses: docker/build-push-action@v5
280+
uses: docker/build-push-action@v6
281281
with:
282282
context: .
283283
file: .github/containers/test-installation/Dockerfile

0 commit comments

Comments
 (0)