Skip to content

Commit e236d25

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 9cea866 commit e236d25

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

143143
- name: Build image
144-
uses: docker/build-push-action@v5
144+
uses: docker/build-push-action@v6
145145
with:
146146
context: .github/containers/nox-cross-arch
147147
file: .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -264,7 +264,7 @@ jobs:
264264
- name: Set up docker-buildx
265265
uses: docker/setup-buildx-action@v3
266266
- name: Test Installation
267-
uses: docker/build-push-action@v5
267+
uses: docker/build-push-action@v6
268268
with:
269269
context: .
270270
file: .github/containers/test-installation/Dockerfile

0 commit comments

Comments
 (0)