Skip to content

Commit afa7939

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 d1eb441 commit afa7939

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

151151
- name: Build image
152-
uses: docker/build-push-action@v5
152+
uses: docker/build-push-action@v6
153153
with:
154154
context: .github/containers/nox-cross-arch
155155
file: .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -284,7 +284,7 @@ jobs:
284284
uses: docker/setup-buildx-action@v3
285285

286286
- name: Test Installation
287-
uses: docker/build-push-action@v5
287+
uses: docker/build-push-action@v6
288288
with:
289289
context: .
290290
file: .github/containers/test-installation/Dockerfile

0 commit comments

Comments
 (0)