Skip to content

Commit 836af00

Browse files
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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 a72eebe commit 836af00

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

138138
- name: Build image
139-
uses: docker/build-push-action@v4
139+
uses: docker/build-push-action@v5
140140
with:
141141
context: .github/containers/nox-cross-arch
142142
file: .github/containers/nox-cross-arch/${{ matrix.arch }}-${{ matrix.os }}-python-${{ matrix.python }}.Dockerfile
@@ -252,7 +252,7 @@ jobs:
252252
- name: Set up docker-buildx
253253
uses: docker/setup-buildx-action@v3
254254
- name: Test Installation
255-
uses: docker/build-push-action@v4
255+
uses: docker/build-push-action@v5
256256
with:
257257
context: .
258258
file: .github/containers/test-installation/Dockerfile

0 commit comments

Comments
 (0)