Skip to content

Commit f7b282c

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 61d8fc1 commit f7b282c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clingo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- uses: docker/setup-buildx-action@v3
9797

9898
# Build and eventually push to registry
99-
- uses: docker/build-push-action@v5
99+
- uses: docker/build-push-action@v6
100100
with:
101101
file: ./clingo/Dockerfile.manylinux2014
102102
platforms: linux/arm64,linux/ppc64le,linux/amd64

.github/workflows/gnupg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: docker/setup-buildx-action@v3
9292

9393
# Build and eventually push to registry
94-
- uses: docker/build-push-action@v5
94+
- uses: docker/build-push-action@v6
9595
with:
9696
file: ./gnupg/Dockerfile.manylinux2014
9797
platforms: linux/arm64,linux/ppc64le,linux/amd64

.github/workflows/patchelf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: docker/setup-buildx-action@v3
5252

5353
# Build and eventually push to registry
54-
- uses: docker/build-push-action@v5
54+
- uses: docker/build-push-action@v6
5555
with:
5656
file: ./patchelf/Dockerfile.manylinux2014
5757
platforms: linux/arm64,linux/ppc64le,linux/amd64

0 commit comments

Comments
 (0)