Skip to content

Commit 4007e49

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 a90611c commit 4007e49

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
@@ -143,7 +143,7 @@ jobs:
143143
key: ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
144144

145145
- name: Build image
146-
uses: docker/build-push-action@v5
146+
uses: docker/build-push-action@v6
147147
with:
148148
context: .github/containers/nox-cross-arch
149149
file: .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -263,7 +263,7 @@ jobs:
263263
- name: Set up docker-buildx
264264
uses: docker/setup-buildx-action@v3
265265
- name: Test Installation
266-
uses: docker/build-push-action@v5
266+
uses: docker/build-push-action@v6
267267
with:
268268
context: .
269269
file: .github/containers/test-installation/Dockerfile

0 commit comments

Comments
 (0)